Interface IModelComponent
A basic component containing a name of a surface.
Package: @aurigma/design-editor-iframe
Properties
name
A name of a surface (a page) in the product.
Declaration
name?: string;
Property Value
| Type | Description |
|---|---|
| string | A name of a surface (a page) in the product. |
Remarks
In multipage products, it allows you to use a name mask for product surfaces. If this string contains the {0} placeholder, it will be replaced with a page number, starting from 1. For example, name: "Page {0}" specifies the following page captions in the Bottom toolbar: Page 1, Page 2, and so on.