Configuration of the round button.

Hierarchy

  • PartiallyConstructible
    • RoundButton

Constructors

  • Parameters

    • Optional source: DeepPartial<RoundButton>

    Returns RoundButton

Properties

activeBackgroundColor: string

Color of the button background shape when the button is active (selected, toggled).

Default Value

"#FFCE5C";
activeForegroundColor: string

Color of the button foreground (icon, text) when the button is active (selected, toggled).

Default Value

"#1C1B1F";
backgroundColor: string

Color of the button background shape.

Default Value

"#0000007A";
foregroundColor: string

Color of the button foreground (icon, text).

Default Value

"#FFFFFF";
visible: boolean

Whether to display the button.

Default Value

true;

Generated using TypeDoc