Configuration of the icon appearance on a button.

Hierarchy

  • PartiallyConstructible
    • IconButton

Constructors

  • Parameters

    • Optional source: DeepPartial<IconButton>

    Returns IconButton

Properties

accessibilityDescription: string

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

Default Value

"";
color: string

The icon color.

Default Value

"#FFFFFF";
visible: boolean

Determines whether the icon is visible on the button.

Default Value

true;

Generated using TypeDoc