Interface IShapePermissionsData
A structure defining permissions for shapes.
Package: @aurigma/design-atoms-interfaces
Examples
{
"defaultItemsConfig": {
"rectangle": {
"shapePermissions": {
"allowChangeBorderColor": false,
"allowChangeBorderWidth": false
}
}
}
}
Properties
allowChangeBorderColor
Enables the **Border color** button in the Top toolbar. The default value is true
.
Declaration
allowChangeBorderColor?: boolean;
Property Value
Type | Description |
---|---|
boolean | Enables the **Border color** button in the Top toolbar. The default value is |
allowChangeBorderWidth
Enables the **Border width** button in the Top toolbar. The default value is true
.
Declaration
allowChangeBorderWidth?: boolean;
Property Value
Type | Description |
---|---|
boolean | Enables the **Border width** button in the Top toolbar. The default value is |
allowChangeFillColor
Enables the **Fill color** button in the Top toolbar. The default value is true
.
Declaration
allowChangeFillColor?: boolean;
Property Value
Type | Description |
---|---|
boolean | Enables the **Fill color** button in the Top toolbar. The default value is |