Skip to main content

RenderSummaryRuntimeScope

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/rendering/helpers/renderSummaryRuntime / RenderSummaryRuntimeScope

Interface: RenderSummaryRuntimeScope

Defined in: utils/rendering/helpers/renderSummaryRuntime.ts:21

Properties​

getAbortController​

readonly getAbortController: RenderSummaryRuntimeProvider<() => AbortController>

Defined in: utils/rendering/helpers/renderSummaryRuntime.ts:22


getAddEventListener​

readonly getAddEventListener: RenderSummaryRuntimeProvider<{<K>(type: K, listener: (this: Window, ev: WindowEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void; (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void; }>

Defined in: utils/rendering/helpers/renderSummaryRuntime.ts:23


getCancelAnimationFrame​

readonly getCancelAnimationFrame: RenderSummaryRuntimeProvider<(handle: number) => void>

Defined in: utils/rendering/helpers/renderSummaryRuntime.ts:24


getDocument​

readonly getDocument: RenderSummaryRuntimeProvider<Document>

Defined in: utils/rendering/helpers/renderSummaryRuntime.ts:25


getLocalStorage​

readonly getLocalStorage: RenderSummaryRuntimeProvider<RenderSummaryStorage>

Defined in: utils/rendering/helpers/renderSummaryRuntime.ts:26


getRequestAnimationFrame​

readonly getRequestAnimationFrame: RenderSummaryRuntimeProvider<(callback: FrameRequestCallback) => number>

Defined in: utils/rendering/helpers/renderSummaryRuntime.ts:27