Configuration of the overlay to be shown after the successful scan.

Hierarchy

  • PartiallyConstructible
    • ScanCompletionOverlay

Constructors

Properties

iconColor: string

Color of the icon.

Default Value

"?sbColorOnPrimary";
message: StyledText

A caption below the icon.

Default Value

new StyledText({
"text": "?completionOverlaySuccessMessage",
"color": "?sbColorOnPrimary"
});
overlayBackgroundColor: string

Background color of the overlay.

Default Value

"?sbColorSurfaceHigh";
timeout: number

Timeout in milliseconds after which the overlay is automatically dismissed.

Default Value

1000;

Generated using TypeDoc