Interface: AttributeEnumValue
Defined in: type/AttributeEnumValue.ts:6
Enum attribute value
Extends
Properties
enumValues
enumValues:
string[]
Defined in: type/AttributeEnumValue.ts:12
Attribute enum values
id
id:
string
Defined in: type/AttributeEnumValue.ts:8
Attribute value id
Overrides
type
type:
AttributeType
Defined in: type/AttributeEnumValue.ts:10
Attribute enum value type
Overrides
value
value:
any
Defined in: type/AttributeValue.ts:18
Concrete value of the attribute. Inspect together with type for proper handling.