Manual Reference Source Test
import ContentAttributeModel from 'clinical6/src/models/content/ContentAttribute.js'
public class | source

ContentAttributeModel

Direct Subclass:

ContentAttribute

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:

NameTypeAttributeDescription
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

Public Members

public attributeType: String source

public createdAt: String source

public defaultValue: String source

public displayName: String source

public id: Number source

public name: String source

public position: Number source

public required: Boolean source

public showOnIndex: Boolean source

public status: String source

public updatedAt: String source