Skip to main content

IBarcodePermissionsData

Interfaces

IBarcodePermissionsData

A structure defining the barcode permissions.

Example

{
"defaultItemsConfig": {
"placeholder": {
"contentPermissions": {
"barcodePermissions": {
"allowChangeBarcodeContent": false,
"allowChangeBarcodeType": false
}
}
}
}
}

Properties

allowChangeBarcodeColor?
optional allowChangeBarcodeColor?: boolean;

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

allowChangeBarcodeContent?
optional allowChangeBarcodeContent?: boolean;

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

allowChangeBarcodeType?
optional allowChangeBarcodeType?: boolean;

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

Was this page helpful?