Back to Website
Show / Hide Table of Contents

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.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback