Skip to main content

DragDropHandlerRuntimeScope

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/ui/dragDropHandlerRuntime / DragDropHandlerRuntimeScope

Interface: DragDropHandlerRuntimeScope

Defined in: utils/ui/dragDropHandlerRuntime.ts:17

Properties​

getAbortController​

readonly getAbortController: DragDropHandlerRuntimeProvider<() => AbortController>

Defined in: utils/ui/dragDropHandlerRuntime.ts:18


getCancelAnimationFrame​

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

Defined in: utils/ui/dragDropHandlerRuntime.ts:19


getDateNow​

readonly getDateNow: DragDropHandlerRuntimeProvider<() => number>

Defined in: utils/ui/dragDropHandlerRuntime.ts:20


getDocument​

readonly getDocument: DragDropHandlerRuntimeProvider<Document>

Defined in: utils/ui/dragDropHandlerRuntime.ts:21


getEventTarget​

readonly getEventTarget: DragDropHandlerRuntimeProvider<EventTarget>

Defined in: utils/ui/dragDropHandlerRuntime.ts:22


getFileReader​

readonly getFileReader: DragDropHandlerRuntimeProvider<() => FileReader>

Defined in: utils/ui/dragDropHandlerRuntime.ts:23


getRequestAnimationFrame​

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

Defined in: utils/ui/dragDropHandlerRuntime.ts:24