Interface
Property definition for a property in an extended property table.
Properties
Property | Type | Notes |
---|---|---|
Data type for the property. | ||
any | Default value for the property. | |
Domain values for the property. | ||
boolean | Indicates whether the property is editable. | |
number | Length of the property field. This applies only to string types. | |
string | Property alias. | |
string | Property name. | |
number | Order the property should appear in the extended property table. | |
boolean | Indicates whether the property is required. | |
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.