Skip to main content

MainWindowBrowserWindowApi

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / main/window/mainWindowSelection / MainWindowBrowserWindowApi

Interface: MainWindowBrowserWindowApi<TWindow>

Defined in: main/window/mainWindowSelection.ts:10

Type Parameters​

TWindow​

TWindow extends MainWindowSelectionWindowLike

Properties​

getAllWindows?​

optional getAllWindows?: () => TWindow[]

Defined in: main/window/mainWindowSelection.ts:13

Returns​

TWindow[]


getFocusedWindow?​

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

Defined in: main/window/mainWindowSelection.ts:14

Returns​

TWindow | null | undefined