Interface
Property definition for a property in an extended property table.
Properties
Property | Type | Notes |
---|---|---|
dataType | ExtendedPropertyDataType | Data type for the property. |
defaultValue | any | Default value for the property. |
domain | ExtendedPropertyDomain | Domain values for the property. |
editable | boolean | Indicates whether the property is editable. |
fieldLength | number | Length of the property field. This applies only to string types. |
propertyAlias | string | Property alias. |
propertyName | string | Property name. |
propertyOrder | number | Order the property should appear in the extended property table. |
required | boolean | Indicates whether the property is required. |
visible | boolean | Indicates whether the property is visible. |
dataType
Interface PropertydataType: ExtendedPropertyDataType
Data type for the property.
domain
optional
Interface Propertydomain: ExtendedPropertyDomain
Domain values for the property.
fieldLength
optional
Interface PropertyfieldLength: number
Length of the property field. This applies only to string types.