Configuration of the hint guiding users through the scanning process.

Hierarchy

  • PartiallyConstructible
    • UserGuidanceConfiguration

Constructors

Properties

Constructors

Properties

background: BackgroundStyle

Background style used for the user guidance.

Default Value

new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "?sbColorSurfaceLow"
});
title: StyledText

Title of the user guidance.

Default Value

new StyledText({
"color": "?sbColorOnPrimary"
});
visible: boolean

Whether the user guidance is visible.

Default Value

true;

Generated using TypeDoc