Configuration of the round button.

Hierarchy

  • PartiallyConstructible
    • BadgeStyle

Constructors

  • Parameters

    • Optional source: DeepPartial<BadgeStyle>

    Returns BadgeStyle

Properties

background: BackgroundStyle

The style of the button's background.

foregroundColor: string

Color of the button foreground (icon, text).

Default Value

"?sbColorOnSurface";
visible: boolean

Control the visibility of the badge.

Default Value

true;

Generated using TypeDoc