The issues object holds flags about the current health status of the field. Issues are being shown visually within the editor and a warning/error is triggered before adding the item to the cart.

Hierarchy

Properties

customIssues: boolean

Flag to control for custom issues. Via scripting, you can add custom issues to a field. This flag is set to true if any custom issue is set.

hasPositionIssues: boolean

Flag to control if the field has positional issues. A positional issue is if parts of the field are outside the canvas area (excluding the bleed). This gets auto updated when the field is moved or resized.

ignoreIssues: boolean

Flag to control if any issue should be ignored. If this is set to true, the field will be treated as if it has no issues.

Generated using TypeDoc