Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(?visibleOnFullScreen, ?skipTransformProcessType)
Parameters:
bool
-
⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ || Sets whether the window
should be visible above fullscreen windows.
?skipTransformProcessType : bool
-
⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ || Calling setVisibleOnAllWorkspaces will by
default transform the process type between UIElementApplication and ForegroundApplication to ensure the correct behavior. However, this will hide the window
and dock for a short time every time it is called. If your window is already of type UIElementApplication, you
can bypass this transformation by passing true to skipTransformProcessType.
Returns: Options
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.skipTransformProcessType
|
⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ Calling setVisibleOnAllWorkspaces will by default transform the process type between UIElementApplication and ForegroundApplication to ensure the correct behavior. However, this will hide the window and dock for a short time every time it is called. If your window is already of type UIElementApplication, you can bypass this transformation by passing true to skipTransformProcessType. |
Full Usage:
this.visibleOnFullScreen
|
⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ Sets whether the window should be visible above fullscreen windows. |
fable-electron-docs-api