Interface IVisualizationPermissionsConfig
A structure defining visualization of design elements.
Package: IframeApi
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 |
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 |