Opts Type
Constructors
| Constructor |
Description
|
Full Usage:
Opts(?stayHidden, ?stayAwake)
Parameters:
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
|
Full Usage:
this.stayAwake
|
Keep the system awake instead of allowing it to sleep. Default is false. |
Full Usage:
this.stayHidden
|
Keep the page hidden instead of visible. Default is false. |
fable-electron-docs-api