Skip to main content

registerStartupElectronHooks

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / renderer/electronApiStartupHooks / registerStartupElectronHooks

Function: registerStartupElectronHooks()

registerStartupElectronHooks(apiHooks: ElectronApiStartupHooks, openFileBtn: HTMLElement | null, showAboutModal: ((html?: string) => void) | undefined, applyTheme: RendererApplyTheme | undefined): void

Defined in: renderer/electronApiStartupHooks.ts:126

Parameters​

apiHooks​

ElectronApiStartupHooks

openFileBtn​

HTMLElement | null

showAboutModal​

((html?: string) => void) | undefined

applyTheme​

RendererApplyTheme | undefined

Returns​

void