Button configuration.

Hierarchy

  • PartiallyConstructible
    • ButtonConfiguration

Constructors

Properties

background: BackgroundStyle

The style of the button's background.

Default Value

new BackgroundStyle({});
foreground: ForegroundStyle

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

Default Value

new ForegroundStyle({});
text: string

The text to be displayed on the button.

Default Value

"";
visible: boolean

Whether the button is visible or not.

Default Value

true;

Generated using TypeDoc