Interface IBaseSurfacesDefinition
A structure holding basic features of multipage templates.
Package: @aurigma/design-editor-iframe
Examples
const productDefinition = {
surfaces: {
// Get surfaces from a folder containing three PSD templates.
designFolder: "BookCover",
// Name the surfaces.
names: ["Front cover", "Endpapers", "Back cover"]
}
};
Properties
names
An array of surface names. The number of array elements must match the number of surfaces. Otherwise, the default page captions appear in the Bottom toolbar.
Declaration
names?: string[];
Property Value
| Type | Description |
|---|---|
| string[] | An array of surface names. The number of array elements must match the number of surfaces. Otherwise, the default page captions appear in the Bottom toolbar. |