Interface ILinePermissionsData
A structure defining permissions for lines.
Package: @aurigma/design-atoms-interfaces
Examples
{
"defaultItemsConfig": {
"line": {
"linePermissions": {
"allowChangeLineWidth": false,
"allowChangeLineColor": false
}
}
}
}
Properties
allowChangeLineColor
Enables the **Line color** button in the Top toolbar. The default value is true
.
Declaration
allowChangeLineColor?: boolean;
Property Value
Type | Description |
---|---|
boolean | Enables the **Line color** button in the Top toolbar. The default value is |
allowChangeLineWidth
Enables the **Line width** button in the Top toolbar. The default value is true
.
Declaration
allowChangeLineWidth?: boolean;
Property Value
Type | Description |
---|---|
boolean | Enables the **Line width** button in the Top toolbar. The default value is |