Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

Interface: IMockupFolders

A structure holding names of folders containing the overlaying and background mockups.

Remarks

This interface uses mockups that are grouped by folders.

Example

const productDefinition = {
surfaces: {
// Get surfaces from the folder.
designFolder: "myphotoBook",
// Get mockups from the folder.
mockupFolder: { up: "photoBookMockups" },
},
};

Properties

up?

optional up?: string

A name of the folder containing the overlaying mockup files.


down?

optional down?: string

A name of the folder containing the background mockup files.

Was this page helpful?