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