Skip to main content

ILinePermissionsData

Interfaces

ILinePermissionsData

A structure defining permissions for lines.

Example

{
"defaultItemsConfig": {
"line": {
"linePermissions": {
"allowChangeLineWidth": false,
"allowChangeLineColor": false
}
}
}
}

Properties

allowChangeLineColor?
optional allowChangeLineColor?: boolean;

Enables the Line color button in the Top toolbar. The default value is true.

allowChangeLineWidth?
optional allowChangeLineWidth?: boolean;

Enables the Line width button in the Top toolbar. The default value is true.

Was this page helpful?