Class ProductInformationDesign
Package: ui-framework
Constructors
ProductInformationDesign(ProductVariantDesignDto)
Declaration
new ProductInformationDesign(dtoDesign?: ProductVariantDesignDto)
Parameters
Type | Name | Description |
---|---|---|
ProductVariantDesignDto | dtoDesign |
Properties
designGroup
Declaration
designGroup?: string
Property Value
Type | Description |
---|---|
string |
designId
Design identifier.
Declaration
designId?: string | null
Property Value
Type | Description |
---|---|
string | null | Design identifier. |
designName
Design name.
Declaration
designName?: string | null
Property Value
Type | Description |
---|---|
string | null | Design name. |
designResourceId
Declaration
designResourceId?: string
Property Value
Type | Description |
---|---|
string |
id
Design variant identifier.
Declaration
id: string
Property Value
Type | Description |
---|---|
string | Design variant identifier. |
options
A list of product variant options.
Declaration
options?: ProductVariantOptionDto[] | null
Property Value
Type | Description |
---|---|
ProductVariantOptionDto[] | null | A list of product variant options. |
previewResourceId
Declaration
previewResourceId?: string
Property Value
Type | Description |
---|---|
string |
previewUrl
Declaration
previewUrl?: string
Property Value
Type | Description |
---|---|
string |
productId
Product identifier.
Declaration
productId?: number
Property Value
Type | Description |
---|---|
number | Product identifier. |
productVariantId
Product variant identifier.
Declaration
productVariantId?: number
Property Value
Type | Description |
---|---|
number | Product variant identifier. |
productVersionId
Product version identifier.
Declaration
productVersionId?: number
Property Value
Type | Description |
---|---|
number | Product version identifier. |
resources
A list of product variant resources.
Declaration
resources?: ProductVariantResourceDto[] | null
Property Value
Type | Description |
---|---|
ProductVariantResourceDto[] | null | A list of product variant resources. |
sku
Product variant identifier in online store (usually SKU).
Declaration
sku?: string | null
Property Value
Type | Description |
---|---|
string | null | Product variant identifier in online store (usually SKU). |