Optional
source: DeepPartial<ScanCompletionOverlay>Color of the icon.
"?sbColorOnPrimary";
A caption below the icon.
new StyledText({
"text": "?completionOverlaySuccessMessage",
"color": "?sbColorOnPrimary"
});
Background color of the overlay.
"?sbColorSurfaceHigh";
Timeout in milliseconds after which the overlay is automatically dismissed.
1000;
Generated using TypeDoc
Configuration of the overlay to be shown after the successful scan.