Optional
source: DeepPartial<FindAndPickArOverlayPolygonConfiguration>Appearance of the overlay polygon when a barcode is completed.
new PolygonStyle({
"strokeColor": "?sbColorPositive",
"fillColor": "#00000000",
"strokeWidth": 3.0,
"cornerRadius": 5.0
});
Appearance of the overlay polygon when a barcode is partially scanned.
new PolygonStyle({
"strokeColor": "?sbColorWarning",
"fillColor": "#00000000",
"strokeWidth": 3.0,
"cornerRadius": 5.0
});
Appearance of the overlay polygon when a barcode is rejected.
new PolygonStyle({
"strokeColor": "?sbColorSurface",
"fillColor": "#00000000",
"strokeWidth": 3.0,
"cornerRadius": 5.0
});
Control the visibility of the overlay polygon.
true;
Generated using TypeDoc
Configuration of the overlay polygon displayed on top of a barcode in the camera preview.