Skip to main content

Interface: AttributeTextValue

Defined in: type/AttributeTextValue.ts:7

Text attribute value

Extends

Properties

id

id: string

Defined in: type/AttributeTextValue.ts:9

Attribute value id

Overrides

AttributeValue.id


textValues

textValues: LocalizedStringArray[]

Defined in: type/AttributeTextValue.ts:13

Attribute textValues per language


type

type: AttributeType

Defined in: type/AttributeTextValue.ts:11

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