Skip to main content

RendererDependencies

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / renderer/applicationStartup / RendererDependencies

Interface: RendererDependencies

Defined in: renderer/applicationStartup.ts:42

Properties​

applyTheme​

applyTheme: RendererApplyTheme

Defined in: renderer/applicationStartup.ts:43


electronApiScope​

electronApiScope: RendererElectronApiScope

Defined in: renderer/applicationStartup.ts:44


handleOpenFile​

handleOpenFile: (options: HandleOpenFileOptions, runtimeOptions?: HandleOpenFileRuntimeOptions) => boolean | void | Promise<boolean | void>

Defined in: renderer/applicationStartup.ts:45

Parameters​

options​

HandleOpenFileOptions

runtimeOptions?​

HandleOpenFileRuntimeOptions

Returns​

boolean | void | Promise<boolean | void>


isOpeningFileRef​

isOpeningFileRef: RendererFileOpeningStateRef

Defined in: renderer/applicationStartup.ts:46


listenForThemeChange​

listenForThemeChange: ListenForThemeChange

Defined in: renderer/applicationStartup.ts:47


openFileBtn​

openFileBtn: HTMLElement | null

Defined in: renderer/applicationStartup.ts:48


setLoading​

setLoading: (loading: boolean) => void

Defined in: renderer/applicationStartup.ts:49

Parameters​

loading​

boolean

Returns​

void


showAboutModal​

showAboutModal: ShowAboutModal | undefined

Defined in: renderer/applicationStartup.ts:50


showNotification​

showNotification: ShowNotification

Defined in: renderer/applicationStartup.ts:51


showUpdateNotification​

showUpdateNotification: ShowUpdateNotification | undefined

Defined in: renderer/applicationStartup.ts:52