Class IconUserGuidanceConfiguration

Configuration of the hint (containing an icon) guiding users through the scanning process.

Hierarchy

  • PartiallyConstructible
    • IconUserGuidanceConfiguration

Constructors

Properties

Constructors

Properties

background: BackgroundStyle

Configuration of the background appearance for the user guidance hints.

Default Value

new BackgroundStyle({
"fillColor": "?sbColorSurfaceLow"
});
icon: IconStyle

Configuration of the icon appearance.

Default Value

new IconStyle({
"color": "?sbColorOnPrimary"
});
title: StyledText

The title of the user guidance.

Default Value

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

Determines whether the user guidance is visible or not.

Default Value

true;

Generated using TypeDoc