Configuration of the appearance of foreground elements (e.g. text and/or icons on buttons, etc).

Hierarchy

  • PartiallyConstructible
    • ForegroundStyle

Constructors

Properties

Constructors

  • Parameters

    • Optional source: DeepPartial<ForegroundStyle>

    Returns ForegroundStyle

Properties

color: string

Color used for foreground elements.

Default Value

"#FFFFFF";
iconVisible: boolean

Whether the icon is visible.

Default Value

true;
useShadow: boolean

Whether to use drop shadows for foreground elements.

Default Value

false;

Generated using TypeDoc