Back to Website
Show / Hide Table of Contents

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 true.

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 true.

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 true.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback