Optional
source: DeepPartial<FindAndPickBadgeConfiguration>Appearance of the badge when a barcode is completed.
new BadgeStyle({
"visible": true,
"background": new BackgroundStyle({
"strokeColor": "#FFFFFF30",
"fillColor": "?sbColorPositive",
"strokeWidth": 0.0
}),
"foregroundColor": "?sbColorOnSurface"
});
Appearance of the badge when a barcode is partially scanned.
new BadgeStyle({
"visible": true,
"background": new BackgroundStyle({
"strokeColor": "#FFFFFF30",
"fillColor": "?sbColorWarning",
"strokeWidth": 0.0
}),
"foregroundColor": "?sbColorOnSurface"
});
Appearance of the badge when a barcode is rejected.
new BadgeStyle({
"visible": true,
"background": new BackgroundStyle({
"strokeColor": "#FFFFFF30",
"fillColor": "?sbColorNegative",
"strokeWidth": 0.0
}),
"foregroundColor": "?sbColorOnSurface"
});
Generated using TypeDoc
Configuration of the round badge on find and pick ar layer.