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?β
optionalgetAllWindows?: () =>TWindow[]
Defined in: main/window/mainWindowSelection.ts:13
Returnsβ
TWindow[]
getFocusedWindow?β
optionalgetFocusedWindow?: () =>TWindow|null|undefined
Defined in: main/window/mainWindowSelection.ts:14
Returnsβ
TWindow | null | undefined