ExtendedPropertyDefinition

Interface

Property definition for a property in an extended property table.

Properties

PropertyTypeNotes

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 Property
dataType: ExtendedPropertyDataType

Data type for the property.

defaultValue

optional
Interface Property
defaultValue: any

Default value for the property.

domain

optional
Interface Property
domain: ExtendedPropertyDomain

Domain values for the property.

editable

Interface Property
editable: boolean

Indicates whether the property is editable.

fieldLength

optional
Interface Property
fieldLength: number

Length of the property field. This applies only to string types.

propertyAlias

Interface Property
propertyAlias: string

Property alias.

propertyName

Interface Property
propertyName: string

Property name.

propertyOrder

Interface Property
propertyOrder: number

Order the property should appear in the extended property table.

required

Interface Property
required: boolean

Indicates whether the property is required.

visible

Interface Property
visible: boolean

Indicates whether the property is visible.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.