Optional
source: DeepPartial<ViewFinderConfiguration>The viewfinder's aspect ratio.
new AspectRatio({
"width": 1.0,
"height": 1.0
});
Color of the viewfinder overlay.
"?sbColorSurfaceLow";
Visual appearance of the viewfinder.
new FinderCorneredStyle({
"strokeColor": "?sbColorSurface",
"strokeWidth": 2.0,
"cornerRadius": 10.0
});
Whether the viewfinder is visible.
true;
Generated using TypeDoc
Configuration of the scanning interface's viewfinder, serving as guidance to the user.