Configuration of the round button with badge.

Hierarchy

  • PartiallyConstructible
    • BadgedButton

Constructors

  • Parameters

    • Optional source: DeepPartial<BadgedButton>

    Returns BadgedButton

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";
badgeBackgroundColor: string

Color of the badge's background shape.

Default Value

"#FFFFFF";
badgeForegroundColor: string

Color of the badge foreground (icon, text).

Default Value

"#C8193C";
foregroundColor: string

Color of the button foreground (icon, text).

Default Value

"#FFFFFF";
visible: boolean

Whether the button is visible.

Default Value

true;

Generated using TypeDoc