Configuration of the 'preview' button in 'text with badge button mode'.

Constructors

Properties

_type: "TextWithBadgeButtonMode"
accessibilityDescription: string

The text to be read when the 'preview' button is selected via the accessibility mode.

Default Value

"?accessibilityDescriptionCameraPreviewButton";
background: BackgroundStyle

Configuration of the background appearance for the button.

Default Value

new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "#00000000",
"strokeWidth": 0.0
});
pageCounter: BadgeStyle

Configuration of the badge icon.

Default Value

new BadgeStyle({
"visible": true,
"background": new BackgroundStyle({
"strokeColor": "?sbColorSurface",
"fillColor": "?sbColorSurface"
}),
"foregroundColor": "?sbColorPrimary"
});
title: StyledText

Configuration of the text style for the 'preview' button.

Default Value

new StyledText({
"text": "?cameraBadgedPreviewButtonTitle",
"color": "?sbColorOnPrimary"
});

Generated using TypeDoc