Skip to main content

ThemeRuntimeScope

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/theming/core/themeRuntime / ThemeRuntimeScope

Interface: ThemeRuntimeScope

Defined in: utils/theming/core/themeRuntime.ts:24

Properties​

getAbortController​

readonly getAbortController: ThemeRuntimeProvider<() => AbortController>

Defined in: utils/theming/core/themeRuntime.ts:25


getBrowserEventTarget​

readonly getBrowserEventTarget: ThemeRuntimeProvider<EventTarget>

Defined in: utils/theming/core/themeRuntime.ts:26


getClearTimeout​

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

Defined in: utils/theming/core/themeRuntime.ts:27


getComputedStyle​

readonly getComputedStyle: ThemeRuntimeProvider<(elt: Element, pseudoElt?: string | null) => CSSStyleDeclaration>

Defined in: utils/theming/core/themeRuntime.ts:28


getCustomEvent​

readonly getCustomEvent: ThemeRuntimeProvider<<T>(type: string, eventInitDict?: CustomEventInit<T>) => CustomEvent<T>>

Defined in: utils/theming/core/themeRuntime.ts:29


getDocument​

readonly getDocument: ThemeRuntimeProvider<Document>

Defined in: utils/theming/core/themeRuntime.ts:30


getLocalStorage​

readonly getLocalStorage: ThemeRuntimeProvider<ThemeRuntimeStorage>

Defined in: utils/theming/core/themeRuntime.ts:31


getMatchMedia​

readonly getMatchMedia: ThemeRuntimeProvider<(query: string) => MediaQueryList>

Defined in: utils/theming/core/themeRuntime.ts:32


getSetTimeout​

readonly getSetTimeout: ThemeRuntimeProvider<typeof setTimeout>

Defined in: utils/theming/core/themeRuntime.ts:33