MCPcopy
hub / github.com/react-dnd/react-dnd / getBackend

Method getBackend

packages/dnd-core/src/interfaces.ts:186–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184export interface DragDropManager {
185 getMonitor(): DragDropMonitor
186 getBackend(): Backend
187 getRegistry(): HandlerRegistry
188 getActions(): DragDropActions
189 dispatch(action: any): void

Callers 5

ProfilerFunction · 0.65
useDragSourceConnectorFunction · 0.65
useDropTargetConnectorFunction · 0.65

Implementers 1

DragDropManagerImplpackages/dnd-core/src/classes/DragDrop

Calls

no outgoing calls

Tested by

no test coverage detected