Optional
source: DeepPartial<TopBarConfiguration>Background color of the top bar to be used when the visual mode is specified as SOLID. Otherwise ignored.
"?sbColorPrimary";
Configuration of the cancel button's appearance.
new ButtonConfiguration({
"text": "Cancel",
"background": new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "#00000000",
"strokeWidth": 0.0
}),
"foreground": new ForegroundStyle({
"color": "?sbColorOnPrimary"
})
});
Visual mode used for the top bar.
"SOLID";
Appearance of the top bar's title.
new StyledText({
"visible": false,
"text": "Scan Item",
"color": "?sbColorOnPrimary"
});
Generated using TypeDoc
Configuration of the top screen bar's appearance.