Optional
source: DeepPartial<IconUserGuidanceConfiguration>Background style used for the user guidance.
new BackgroundStyle({
"fillColor": "?sbColorSurfaceLow"
});
Icon of the user guidance.
new IconStyle({
"color": "?sbColorOnPrimary"
});
Title of the user guidance.
new StyledText({
"color": "?sbColorOnPrimary"
});
Whether the user guidance is visible.
true;
Generated using TypeDoc
Configuration of the hint guiding users through the scanning process.