Configuration of the icon appearance.

Hierarchy

  • PartiallyConstructible
    • IconButton

Constructors

  • Parameters

    • Optional source: DeepPartial<IconButton>

    Returns IconButton

Properties

accessibilityDescription: string

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

Default Value

"";
color: string

Icon color.

Default Value

"#FFFFFF";
visible: boolean

Whether the icon is visible on the button.

Default Value

true;

Generated using TypeDoc