Skip to main content

Interface: AttributeColorValue

Defined in: type/AttributeColorValue.ts:6

Color attribute value

Extends

Properties

colorValue?

optional colorValue?: string

Defined in: type/AttributeColorValue.ts:12

colorValue field


id

id: string

Defined in: type/AttributeColorValue.ts:8

Attribute value id

Overrides

AttributeValue.id


type

type: AttributeType

Defined in: type/AttributeColorValue.ts:10

Attribute color 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