ITopActionsButtonProps interface

TopActions button props.

Properties

ariaDescription

Detailed description of the button for the benefit of screen readers.

Button types will need more information provided to screen reader.

ariaLabel

The aria label of the button for the benefit of screen readers.

description

Description of the action this button takes.

disabled

Whether the button is disabled.

icon

The button icon to display.

text

Display text of the element.

Property Details

ariaDescription

Detailed description of the button for the benefit of screen readers.

Button types will need more information provided to screen reader.

readonly ariaDescription?: string;

Property Value

string

ariaLabel

The aria label of the button for the benefit of screen readers.

readonly ariaLabel?: string;

Property Value

string

description

Description of the action this button takes.

readonly description?: string;

Property Value

string

disabled

Whether the button is disabled.

readonly disabled?: boolean;

Property Value

boolean

icon

The button icon to display.

readonly icon?: string;

Property Value

string

text

Display text of the element.

readonly text: string;

Property Value

string