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

Constructors

Properties

_type: "TextButtonMode"
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
});
title: StyledText

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

Default Value

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

Generated using TypeDoc