Skip to main content

SetupThemeRuntimeScope

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/theming/core/setupThemeRuntime / SetupThemeRuntimeScope

Interface: SetupThemeRuntimeScope

Defined in: utils/theming/core/setupThemeRuntime.ts:14

Properties​

getClearTimeout​

readonly getClearTimeout: SetupThemeRuntimeProvider<{(id: number | undefined): void; (timeout: string | number | Timeout | undefined): void; }>

Defined in: utils/theming/core/setupThemeRuntime.ts:15


getLocalStorage​

readonly getLocalStorage: SetupThemeRuntimeProvider<SetupThemeStorage>

Defined in: utils/theming/core/setupThemeRuntime.ts:16


getSetTimeout​

readonly getSetTimeout: SetupThemeRuntimeProvider<typeof setTimeout>

Defined in: utils/theming/core/setupThemeRuntime.ts:17