Back to Website
Show / Hide Table of Contents

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

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