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β
readonlygetAbortController:RenderSummaryRuntimeProvider<() =>AbortController>
Defined in: utils/rendering/helpers/renderSummaryRuntime.ts:22
getAddEventListenerβ
readonlygetAddEventListener: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β
readonlygetCancelAnimationFrame:RenderSummaryRuntimeProvider<(handle:number) =>void>
Defined in: utils/rendering/helpers/renderSummaryRuntime.ts:24
getDocumentβ
readonlygetDocument:RenderSummaryRuntimeProvider<Document>
Defined in: utils/rendering/helpers/renderSummaryRuntime.ts:25
getLocalStorageβ
readonlygetLocalStorage:RenderSummaryRuntimeProvider<RenderSummaryStorage>
Defined in: utils/rendering/helpers/renderSummaryRuntime.ts:26
getRequestAnimationFrameβ
readonlygetRequestAnimationFrame:RenderSummaryRuntimeProvider<(callback:FrameRequestCallback) =>number>
Defined in: utils/rendering/helpers/renderSummaryRuntime.ts:27