Back to Website
Show / Hide Table of Contents

Interface IBarcodePermissionsData

A structure defining the barcode permissions.

Package: @aurigma/design-atoms-interfaces
Examples
{
   "defaultItemsConfig": {
       "placeholder": {
           "contentPermissions": {
               "barcodePermissions": {
                   "allowChangeBarcodeContent": false,
                   "allowChangeBarcodeType": false
               }
           }
       }
   }
}

Properties

allowChangeBarcodeColor

Allows your users to change the barcode color. The default value is true.

Declaration
allowChangeBarcodeColor?: boolean;
Property Value
Type Description
boolean

Allows your users to change the barcode color. The default value is true.

allowChangeBarcodeContent

Allows your users to change the barcode content. The default value is true.

Declaration
allowChangeBarcodeContent?: boolean;
Property Value
Type Description
boolean

Allows your users to change the barcode content. The default value is true.

allowChangeBarcodeType

Allows your users to change the barcode type in a placeholder. The default value is false.

Declaration
allowChangeBarcodeType?: boolean;
Property Value
Type Description
boolean

Allows your users to change the barcode type in a placeholder. The default value is false.

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