Interface IViolationSettings
A structure containing the configuration of preflight warnings.
Package: @aurigma/design-atoms-interfaces
Examples
{
"violationWarningsSettings": {
"allowSafetyLines": true,
"allowTextCrop": false
}
}
Properties
allowBleedArea
Enables a warning displayed if an item crosses the bleed area. The default value is true
.
Declaration
allowBleedArea?: boolean;
Property Value
Type | Description |
---|---|
boolean | Enables a warning displayed if an item crosses the bleed area. The default value is |
allowImageQuality
Enables a warning displayed if a selected image has a resolution that is too low.
Declaration
allowImageQuality?: boolean;
Property Value
Type | Description |
---|---|
boolean | Enables a warning displayed if a selected image has a resolution that is too low. |
allowInPlaceText
Enables a warning displayed if selected text has features that are disallowed at in-place editing mode.
Declaration
allowInPlaceText?: boolean;
Property Value
Type | Description |
---|---|
boolean | Enables a warning displayed if selected text has features that are disallowed at in-place editing mode. |
allowRegion
Enables a warning displayed if an item goes out of a region. The default value is true
.
Declaration
allowRegion?: boolean;
Property Value
Type | Description |
---|---|
boolean | Enables a warning displayed if an item goes out of a region. The default value is |
allowSafetyLines
Enables a warning displayed if an item crosses a safety line. The default value is true
.
Declaration
allowSafetyLines?: boolean;
Property Value
Type | Description |
---|---|
boolean | Enables a warning displayed if an item crosses a safety line. The default value is |
allowShape
Enables a warning displayed if the Asset Manager can import PDF and SVG graphics only with the loss of colors and raster images. The default value is true
.
Declaration
allowShape?: boolean;
Property Value
Type | Description |
---|---|
boolean | Enables a warning displayed if the Asset Manager can import PDF and SVG graphics only with the loss of colors and raster images. The default value is |
allowTextCrop
Enables a warning displayed if the text is too long for the bounding rectangle, and some strings are clipped. The default value is true
.
Declaration
allowTextCrop?: boolean;
Property Value
Type | Description |
---|---|
boolean | Enables a warning displayed if the text is too long for the bounding rectangle, and some strings are clipped. The default value is |