Interface IPreviewOptions
Package: @aurigma/design-atoms
Properties
ignoreContainers
Array of container IDs to exclude from the preview.
Declaration
ignoreContainers?: string[];
Property Value
| Type | Description |
|---|---|
| string[] | Array of container IDs to exclude from the preview. |
includeMockup
Indicates whether mockup should be present on preview or not. If set, the size of the resulting preview will be equal to the size of the whole surface, regardless of the printAreaIndex property.
Declaration
includeMockup?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean | Indicates whether mockup should be present on preview or not. If set, the size of the resulting preview will be equal to the size of the whole surface, regardless of the printAreaIndex property. |
printAreaIndex
Index of printArea to get preview of. If set, the size of the resulting preview will be equal to the bounds of the corresponding printArea.
Declaration
printAreaIndex?: number;
Property Value
| Type | Description |
|---|---|
| number | Index of printArea to get preview of. If set, the size of the resulting preview will be equal to the bounds of the corresponding printArea. |