Header menu logo fable-electron-docs-api

Options Type

Constructors

Constructor Description

Options(?visibleOnFullScreen, ?skipTransformProcessType)

Full Usage: Options(?visibleOnFullScreen, ?skipTransformProcessType)

Parameters:
    ?visibleOnFullScreen : 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
?visibleOnFullScreen : 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

this.skipTransformProcessType

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.

this.visibleOnFullScreen

Full Usage: this.visibleOnFullScreen

⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ Sets whether the window should be visible above fullscreen windows.

Type something to start searching.