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

Method getMonitor

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

Source from the content-addressed store, hash-verified

183
184export interface DragDropManager {
185 getMonitor(): DragDropMonitor
186 getBackend(): Backend
187 getRegistry(): HandlerRegistry
188 getActions(): DragDropActions

Callers 13

constructorMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
useDragLayerFunction · 0.65
createHoverFunction · 0.65
createPublishDragSourceFunction · 0.65
createEndDragFunction · 0.65
createDropFunction · 0.65
createBeginDragFunction · 0.65

Implementers 1

DragDropManagerImplpackages/dnd-core/src/classes/DragDrop

Calls

no outgoing calls

Tested by

no test coverage detected