Interface IVisualizationPermissionsData
A structure defining visualization of design elements.
Package: @aurigma/design-atoms-interfaces
Examples
{
"defaultItemsConfig": {
"rectangle": {
"visualizationPermissions": {
"noPrint": true
}
}
}
}
Properties
noPrint
If true
, the corresponding element appears only on the canvas. By default, Customer's Canvas shows all design elements on the canvas, proof images, and high-resolution images.
Declaration
noPrint?: boolean;
Property Value
Type | Description |
---|---|
boolean | If |
noShow
If true
, the corresponding element does not appear on the canvas but it is rendered on the print-ready file and proof images. By default, Customer's Canvas shows all design elements on the canvas, proof images, and high-resolution images.
Declaration
noShow?: boolean;
Property Value
Type | Description |
---|---|
boolean | If |