Button configuration.

Hierarchy

  • PartiallyConstructible
    • BarButtonConfiguration

Constructors

Properties

accessibilityDescription: string

The text to be read when button is selected through accessibility mode.

Default Value

"";
background: BackgroundStyle

The style of the button's background.

Default Value

new BackgroundStyle({});
icon: IconStyle

The style of the button's icon (icon, text).

Default Value

new IconStyle({});
title: StyledText

The text to be displayed on the button.

Default Value

new StyledText({});
visible: boolean

Whether the button is visible or not.

Default Value

true;

Generated using TypeDoc