Optional
source: DeepPartial<IconUserGuidanceConfiguration>Configuration of the background appearance for the user guidance hints.
new BackgroundStyle({
"fillColor": "?sbColorSurfaceLow"
});
Configuration of the icon appearance.
new IconStyle({
"color": "?sbColorOnPrimary"
});
The title of the user guidance.
new StyledText({
"color": "?sbColorOnPrimary"
});
Determines whether the user guidance is visible or not.
true;
Generated using TypeDoc
Configuration of the hint (containing an icon) guiding users through the scanning process.