Class FindAndPickBadgeConfiguration

Configuration of the round badge on find and pick ar layer.

Hierarchy

  • PartiallyConstructible
    • FindAndPickBadgeConfiguration

Constructors

Properties

completed: BadgeStyle

Appearance of the badge when a barcode is completed.

Default Value

new BadgeStyle({
"visible": true,
"background": new BackgroundStyle({
"strokeColor": "#FFFFFF30",
"fillColor": "?sbColorPositive",
"strokeWidth": 0.0
}),
"foregroundColor": "?sbColorOnSurface"
});
partiallyScanned: BadgeStyle

Appearance of the badge when a barcode is partially scanned.

Default Value

new BadgeStyle({
"visible": true,
"background": new BackgroundStyle({
"strokeColor": "#FFFFFF30",
"fillColor": "?sbColorWarning",
"strokeWidth": 0.0
}),
"foregroundColor": "?sbColorOnSurface"
});
rejected: BadgeStyle

Appearance of the badge when a barcode is rejected.

Default Value

new BadgeStyle({
"visible": true,
"background": new BackgroundStyle({
"strokeColor": "#FFFFFF30",
"fillColor": "?sbColorNegative",
"strokeWidth": 0.0
}),
"foregroundColor": "?sbColorOnSurface"
});

Generated using TypeDoc