Interface IEditorSettings
Describes the settings for the Data-Driven Editor.
Package: ui-framework
Properties
allowManipulations
Enables/disables manipulation of design elements. Default: false
.
Declaration
allowManipulations?: boolean
Property Value
Type | Description |
---|---|
boolean | Enables/disables manipulation of design elements. Default: |
itemsSnapLines
Enables/disables snapping of design elements to other elements. Default: false
.
Declaration
itemsSnapLines?: boolean
Property Value
Type | Description |
---|---|
boolean | Enables/disables snapping of design elements to other elements. Default: |
lang
Language used in the editor. Default: "en"
.
Declaration
lang?: string
Property Value
Type | Description |
---|---|
string | Language used in the editor. Default: |
printAreaSnapLines
Enables/disables snapping to print areas.
Declaration
printAreaSnapLines?: boolean
Property Value
Type | Description |
---|---|
boolean | Enables/disables snapping to print areas. |
regionSnapLines
Enables/disables snapping to regions.
Declaration
regionSnapLines?: boolean
Property Value
Type | Description |
---|---|
boolean | Enables/disables snapping to regions. |
safetyLinesSnapLines
Enables/disables snapping to safety lines.
Declaration
safetyLinesSnapLines?: boolean
Property Value
Type | Description |
---|---|
boolean | Enables/disables snapping to safety lines. |
symbols
List of symbols available for insertion.
Declaration
symbols?: string[]
Property Value
Type | Description |
---|---|
string[] | List of symbols available for insertion. |
violationWarningsSettings
Configuration for violation warnings.
Declaration
violationWarningsSettings?: IViolationServiceConfiguration
Property Value
Type | Description |
---|---|
IViolationServiceConfiguration | Configuration for violation warnings. |