Skip to main content

MainWindowRuntimeBrowserWindowApi

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / main/window/mainWindowRuntime / MainWindowRuntimeBrowserWindowApi

Interface: MainWindowRuntimeBrowserWindowApi<TWindow>

Defined in: main/window/mainWindowRuntime.ts:17

Type Parameters​

TWindow​

TWindow extends MainWindowRuntimeWindowLike

Properties​

getAllWindows?​

optional getAllWindows?: () => TWindow[]

Defined in: main/window/mainWindowRuntime.ts:20

Returns​

TWindow[]


getFocusedWindow?​

optional getFocusedWindow?: () => TWindow | null | undefined

Defined in: main/window/mainWindowRuntime.ts:21

Returns​

TWindow | null | undefined