Interface IMockupData
A structure holding the mockup settings.
Package: @aurigma/design-editor-iframe
Properties
mockup
The mockup to set.
Declaration
mockup?: IMockupTemplate;
Property Value
| Type | Description |
|---|---|
| IMockupTemplate | The mockup to set. |
previewMockups
The preview mockups to set.
Declaration
previewMockups?: IMockupTemplate[];
Property Value
| Type | Description |
|---|---|
| IMockupTemplate[] | The preview mockups to set. |
surface
The product surface where the mockup sets to.
Declaration
surface: Surface;
Property Value
| Type | Description |
|---|---|
| Surface | The product surface where the mockup sets to. |