Configuration of the barcode data mapping.

Hierarchy

  • PartiallyConstructible
    • BarcodeInfoMapping

Constructors

Properties

barcodeItemMapper: BarcodeItemMapper

Callback to map the barcode data to the data of the corresponding product.

Default Value

null;
dividerColor: string

Color of the divider and separator lines in the barcode info dialog.

Default Value

"?sbColorOutline";

Configuration of the error state displayed when processing a barcode fails.

Default Value

new BarcodeItemErrorState({});
loadingMessage: StyledText

Text being displayed while a barcode is being mapped.

Default Value

new StyledText({
"text": "Loading message for barcode info mapping.",
"color": "?sbColorPrimary"
});
modalOverlayColor: string

Background color of the overlay surrounding the barcode mapping error dialog.

Default Value

"?sbColorModalOverlay";
sheetColor: string

Background color of the barcode info dialog.

Default Value

"?sbColorSurface";

Generated using TypeDoc