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

Hierarchy

  • PartiallyConstructible
    • ForegroundStyle

Constructors

Properties

Constructors

  • Parameters

    • Optional source: DeepPartial<ForegroundStyle>

    Returns ForegroundStyle

Properties

color: string

The color used for foreground elements.

Default Value

"#FFFFFF";
iconVisible: boolean

Determines whether the icon is visible or not.

Default Value

true;
useShadow: boolean

Determines whether to use drop shadows for foreground elements.

Default Value

false;

Generated using TypeDoc