Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
184
export
interface
DragDropManager {
185
getMonitor(): DragDropMonitor
186
getBackend(): Backend
187
getRegistry(): HandlerRegistry
188
getActions(): DragDropActions
189
dispatch(action: any): void
Callers
5
Profiler
Function · 0.65
useDragSourceConnector
Function · 0.65
useDropTargetConnector
Function · 0.65
DragDropMonitor.spec.ts
File · 0.65
DragDropManager.spec.ts
File · 0.65
Implementers
1
DragDropManagerImpl
packages/dnd-core/src/classes/DragDrop
Calls
no outgoing calls
Tested by
no test coverage detected