Class ProductInformationMockup
Package: ui-framework
Constructors
ProductInformationMockup(ProductVariantMockupDto)
Declaration
new ProductInformationMockup(dtoMockup?: ProductVariantMockupDto)
Parameters
Type | Name | Description |
---|---|---|
Product |
dtoMockup |
Properties
mockupId
Mockup identifier.
Declaration
mockupId?: string | null
Property Value
Type | Description |
---|---|
string | null | Mockup identifier. |
mockupName
Mockup name.
Declaration
mockupName?: string | null
Property Value
Type | Description |
---|---|
string | null | Mockup name. |
mockupType
Declaration
mockupType?: ProductVariantMockupType
Property Value
Type | Description |
---|---|
Product |
options
A list of product variant options.
Declaration
options?: ProductVariantOptionDto[] | null
Property Value
Type | Description |
---|---|
Product |
A list of product variant options. |
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. |
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). |
surfaceIndex
Surface index indicates a surface of a design to which mockup should be applied.
Declaration
surfaceIndex?: number | null
Property Value
Type | Description |
---|---|
number | null | Surface index indicates a surface of a design to which mockup should be applied. |
surfaceUsageType
Declaration
surfaceUsageType?: SurfaceUsageType
Property Value
Type | Description |
---|---|
Surface |
tenantId
Tenant identifier.
Declaration
tenantId?: number | null
Property Value
Type | Description |
---|---|
number | null | Tenant identifier. |