Configuration of the button located on a bar.

Hierarchy

  • PartiallyConstructible
    • BarButtonConfiguration

Constructors

Properties

accessibilityDescription: string

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

Default Value

"";
background: BackgroundStyle

Configuration of the background appearance for the button.

Default Value

new BackgroundStyle({});
icon: IconStyle

Configuration of the icon appearance.

Default Value

new IconStyle({});
title: StyledText

The text to be displayed on the button.

Default Value

new StyledText({});
visible: boolean

Determines whether the button is visible or not.

Default Value

true;

Generated using TypeDoc