Skip to main content

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

AttributeValue.id


type

type: AttributeType

Defined in: type/AttributeEnumValue.ts:10

Attribute enum value type

Overrides

AttributeValue.type


value

value: any

Defined in: type/AttributeValue.ts:18

Concrete value of the attribute. Inspect together with type for proper handling.

Inherited from

AttributeValue.value