Class ProductInformationOptionValue
Package: ui-framework
Constructors
ProductInformationOptionValue(ProductOptionValueDto)
Declaration
new ProductInformationOptionValue(dtoOption?: ProductOptionValueDto)
Parameters
Type | Name | Description |
---|---|---|
ProductOptionValueDto | dtoOption |
Properties
additionalText
Declaration
additionalText?: string | null
Property Value
Type | Description |
---|---|
string | null |
color
Declaration
color?: string | null
Property Value
Type | Description |
---|---|
string | null |
disabled
Declaration
disabled?: boolean = false
Property Value
Type | Description |
---|---|
boolean |
id
Declaration
id: number
Property Value
Type | Description |
---|---|
number |
imageUrl
Declaration
imageUrl?: string | null
Property Value
Type | Description |
---|---|
string | null |
name
Declaration
name: string
Property Value
Type | Description |
---|---|
string |