Button configuration.

Hierarchy

  • PartiallyConstructible
    • PopupMenuItem

Constructors

  • Parameters

    • Optional source: DeepPartial<PopupMenuItem>

    Returns PopupMenuItem

Properties

accessibilityDescription: string

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

Default Value

"";
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({});

Generated using TypeDoc