Class IconUserGuidanceConfiguration

Configuration of the hint guiding users through the scanning process.

Hierarchy

  • PartiallyConstructible
    • IconUserGuidanceConfiguration

Constructors

Properties

Constructors

Properties

background: BackgroundStyle

Background style used for the user guidance.

Default Value

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

Icon of the user guidance.

Default Value

new IconStyle({
"color": "?sbColorOnPrimary"
});
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