Interface: AttributeValueInput
Defined in: type/AttributeValueInput.ts:5
Input object for AttributeValueInput
Properties
colorValue?
optionalcolorValue?:string
Defined in: type/AttributeValueInput.ts:17
Attribute color value, required for COLOR type attributes (example: #000000 )
dateTimeValue?
optionaldateTimeValue?:string
Defined in: type/AttributeValueInput.ts:15
Attribute datetime value, required for DATETIME type attributes
decimalValue?
optionaldecimalValue?:number
Defined in: type/AttributeValueInput.ts:13
Attribute decimal value, required for DECIMAL type attributes
enumValues?
optionalenumValues?:string[]
Defined in: type/AttributeValueInput.ts:9
Attribute enum values, required for ENUM type attributes
intValue?
optionalintValue?:number
Defined in: type/AttributeValueInput.ts:11
Attribute integer value, required for INTEGER type attributes
textValues?
optionaltextValues?:LocalizedStringArrayInput[]
Defined in: type/AttributeValueInput.ts:7
Attribute value descriptions per language