import ContentAttributeModel from 'clinical6/src/models/content/ContentAttribute.js'ContentAttributeModel
Direct Subclass:
Model representing a Content Attribute Model.
Constructor Summary
| Public Constructor | ||
| public |
constructor(response: Object) |
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
Public Constructors
public constructor(response: Object) source
Params:
| Name | Type | Attribute | Description |
| response | Object | JSON formatted response of a content attribute. |
|
| response.id | Number | The invitation id value |
|
| response.name | String | Content Attribute's name |
|
| response.attribute_type | String | Content Attribute's attribute type |
|
| response.required | Boolean | Content Attribute's required |
|
| response.position | Number | Content Attribute's position |
|
| response.display_name | String | Content Attribute's display name |
|
| response.default_value | String | Content Attribute's default value |
|
| response.show_on_index | String | Content Attribute's show on index |
|
| response.status | String | Content Attribute's status |
|
| response.created_at | String | Content Attribute's created date |
|
| response.updated_at | String | Content Attribute's updated date |
Manual
Reference
Source
Test
