ElectronVisibleOnAllWorkspacesOptions
Unofficial
Options for ElectronBrowserWindow.setVisibleOnAllWorkspaces.
Import:
import type { ElectronVisibleOnAllWorkspacesOptions } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronVisibleOnAllWorkspacesOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| skipTransformProcessType? | boolean | 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 the window is already of type UIElementApplication, this transformation can be bypassed by passing true (macOS only). | |
| visibleOnFullScreen? | boolean | Sets whether the window should be visible above fullscreen windows (macOS only). |