Class
CMSProperty
QuickLinks
CMSProperty
Properties
| Property | Type | Access | Description |
| isEditable | uint |
readwrite | |
| isMultiValue | uint |
readwrite | |
| label | string |
readwrite | |
| prop | uint |
readwrite | |
| values | TypedVals TypedVal |
readwrite | |
Methods
Constructor
CMSProperty CMSProperty (prop:
uint, label:
string, isMultiValue:
uint, isEditable:
uint, values:
TypedVals)
| Parameter | Type | Description |
| prop | uint | |
| label | string | |
| isMultiValue | uint | |
| isEditable | uint | |
| values | TypedVals | |
Used in:
number CMSProperties.push
(value:
CMSProperty)
Return
CMSProperty CMSProperties.pop ()
CMSProperty CMSProperty.CMSProperty (prop:
uint, label:
string, isMultiValue:
uint, isEditable:
uint, values:
TypedVals)