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