Header menu logo fable-electron-docs-api

Options Type

Constructors

Constructor Description

Options(?color, ?symbolColor, ?height)

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

Parameters:
    ?color : string - The CSS color of the Window Controls Overlay when enabled.
    ?symbolColor : string - The CSS color of the symbols on the Window Controls Overlay when enabled.
    ?height : int - The height of the title bar and Window Controls Overlay in pixels.

Returns: Options
?color : string

The CSS color of the Window Controls Overlay when enabled.

?symbolColor : string

The CSS color of the symbols on the Window Controls Overlay when enabled.

?height : int

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

Returns: Options

Instance members

Instance member Description

this.color

Full Usage: this.color

The CSS color of the Window Controls Overlay when enabled.

this.height

Full Usage: this.height

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

this.symbolColor

Full Usage: this.symbolColor

The CSS color of the symbols on the Window Controls Overlay when enabled.

Type something to start searching.