Optional
source: DeepPartial<BarcodeItemConfiguration>Appearance of the barcode info box's background when a barcode is yet to be selected.
new PolygonStyle({
"strokeColor": "?sbColorSurface",
"fillColor": "?sbColorSurface",
"strokeWidth": 0.0,
"cornerRadius": 10.0
});
Appearance of the barcode info box's background when a barcode has been selected.
new PolygonStyle({
"strokeColor": "?sbColorPositive",
"fillColor": "?sbColorPositive",
"strokeWidth": 0.0,
"cornerRadius": 10.0
});
Control the visibility of the barcode image in the info box.
true;
Configuration of the text displaying a barcode's symbology in the info box when the barcode is yet to be selected.
new StyledText({
"text": "BARCODE_SUBTITLE",
"color": "?sbColorOnSurfaceVariant"
});
Configuration of the text displaying a barcode's symbology in the info box when the barcode has been selected.
new StyledText({
"text": "BARCODE_SUBTITLE",
"color": "?sbColorOnSurfaceVariant"
});
Configuration of the text displaying a barcode's value in the info box when the barcode is yet to be selected.
new StyledText({
"text": "BARCODE_TITLE",
"color": "?sbColorOnSurface"
});
Configuration of the text displaying a barcode's value in the info box when the barcode has been selected.
new StyledText({
"text": "BARCODE_TITLE",
"color": "?sbColorOnSurface"
});
Generated using TypeDoc
Configuration of the barcode info box displayed in the camera preview.