Skip to main content

Interface: AttributeValueInput

Defined in: type/AttributeValueInput.ts:5

Input object for AttributeValueInput

Properties

colorValue?

optional colorValue?: string

Defined in: type/AttributeValueInput.ts:17

Attribute color value, required for COLOR type attributes (example: #000000 )


dateTimeValue?

optional dateTimeValue?: string

Defined in: type/AttributeValueInput.ts:15

Attribute datetime value, required for DATETIME type attributes


decimalValue?

optional decimalValue?: number

Defined in: type/AttributeValueInput.ts:13

Attribute decimal value, required for DECIMAL type attributes


enumValues?

optional enumValues?: string[]

Defined in: type/AttributeValueInput.ts:9

Attribute enum values, required for ENUM type attributes


intValue?

optional intValue?: number

Defined in: type/AttributeValueInput.ts:11

Attribute integer value, required for INTEGER type attributes


textValues?

optional textValues?: LocalizedStringArrayInput[]

Defined in: type/AttributeValueInput.ts:7

Attribute value descriptions per language