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

Hierarchy

  • PartiallyConstructible
    • TextButtonMode

Constructors

  • Parameters

    • Optional source: DeepPartial<TextButtonMode>

    Returns TextButtonMode

Properties

_type: "TextButtonMode"
accessibilityDescription: string

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

Default Value

"?accessibilityDescriptionCameraPreviewButton";
style: StyledText

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

Default Value

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

Generated using TypeDoc