Header menu logo fable-electron-docs-api

TitleBarOverlay Type

Constructors

Constructor Description

TitleBarOverlay(?color, ?symbolColor, ?height)

Full Usage: TitleBarOverlay(?color, ?symbolColor, ?height)

Parameters:
    ?color : string - ⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ✔ | MAS ❌ || The CSS color of the Window Controls Overlay when enabled. Default is the system color.
    ?symbolColor : string - ⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ✔ | MAS ❌ || The CSS color of the symbols on the Window Controls Overlay when enabled. Default is the system color.
    ?height : int - The height of the title bar and Window Controls Overlay in pixels. Default is system height.

Returns: TitleBarOverlay
?color : string

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ✔ | MAS ❌ || The CSS color of the Window Controls Overlay when enabled. Default is the system color.

?symbolColor : string

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ✔ | MAS ❌ || The CSS color of the symbols on the Window Controls Overlay when enabled. Default is the system color.

?height : int

The height of the title bar and Window Controls Overlay in pixels. Default is system height.

Returns: TitleBarOverlay

Instance members

Instance member Description

this.color

Full Usage: this.color

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ✔ | MAS ❌ The CSS color of the Window Controls Overlay when enabled. Default is the system color.

this.height

Full Usage: this.height

The height of the title bar and Window Controls Overlay in pixels. Default is system height.

this.symbolColor

Full Usage: this.symbolColor

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ✔ | MAS ❌ The CSS color of the symbols on the Window Controls Overlay when enabled. Default is the system color.

Type something to start searching.