Header menu logo fable-electron-docs-api

Opts Type

Constructors

Constructor Description

Opts(?stayHidden, ?stayAwake)

Full Usage: Opts(?stayHidden, ?stayAwake)

Parameters:
    ?stayHidden : bool - Keep the page hidden instead of visible. Default is false.
    ?stayAwake : bool - Keep the system awake instead of allowing it to sleep. Default is false.

Returns: Opts
?stayHidden : bool

Keep the page hidden instead of visible. Default is false.

?stayAwake : bool

Keep the system awake instead of allowing it to sleep. Default is false.

Returns: Opts

Instance members

Instance member Description

this.stayAwake

Full Usage: this.stayAwake

Keep the system awake instead of allowing it to sleep. Default is false.

this.stayHidden

Full Usage: this.stayHidden

Keep the page hidden instead of visible. Default is false.

Type something to start searching.