Optional source: DeepPartial<TextWithBadgeButtonMode>Readonly _typeThe text to be read when the 'preview' button is selected via the accessibility mode.
"?accessibilityDescriptionCameraPreviewButton";
Configuration of the background appearance for the button.
new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "#00000000",
"strokeWidth": 0.0
});
Configuration of the badge icon.
new BadgeStyle({
"visible": true,
"background": new BackgroundStyle({
"strokeColor": "?sbColorSurface",
"fillColor": "?sbColorSurface"
}),
"foregroundColor": "?sbColorPrimary"
});
Configuration of the text style for the 'preview' button.
new StyledText({
"text": "?cameraBadgedPreviewButtonTitle",
"color": "?sbColorOnPrimary"
});
Generated using TypeDoc
Configuration of the 'preview' button in 'text with badge button mode'.