Configuration of the button with a badge.

Constructors

Properties

activeBackgroundColor: string

The color of the button's background when the button is active (selected, toggled).

Default Value

"#FFCE5C";
activeForegroundColor: string

The color of the button's foreground (icon, text) when the button is active (selected, toggled).

Default Value

"#1C1B1F";
backgroundColor: string

The color of the button's background.

Default Value

"#0000007A";
badgeBackgroundColor: string

The color of the badge's background.

Default Value

"#FFFFFF";
badgeForegroundColor: string

The color of the badge's foreground (icon, text).

Default Value

"#C8193C";
foregroundColor: string

The color of the button's foreground (icon, text).

Default Value

"#FFFFFF";
visible: boolean

Determines whether the button is visible or not.

Default Value

true;

Generated using TypeDoc