Interface IMockupFolders
A structure holding names of folders containing the overlaying and background mockups.
Package: @aurigma/design-editor-iframe
Remarks
This interface uses mockups that are grouped by folders.
Examples
const productDefinition = {
surfaces: {
// Get surfaces from the folder.
designFolder: "myphotoBook",
// Get mockups from the folder.
mockupFolder: { up: "photoBookMockups" }
}
};
Properties
down
A name of the folder containing the background mockup files.
Declaration
down?: string;
Property Value
| Type | Description |
|---|---|
| string | A name of the folder containing the background mockup files. |
up
A name of the folder containing the overlaying mockup files.
Declaration
up?: string;
Property Value
| Type | Description |
|---|---|
| string | A name of the folder containing the overlaying mockup files. |