MCPcopy Create free account
hub / github.com/react-dnd/react-dnd / getItem

Method getItem

packages/react-dnd/src/createSourceMonitor.js:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 getItem() {
50 return this.internalMonitor.getItem();
51 }
52
53 getDropResult() {
54 return this.internalMonitor.getDropResult();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected