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

Method getDropResult

packages/dnd-core/src/DragDropMonitor.js:153–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151 }
152
153 getDropResult() {
154 return this.store.getState().dragOperation.dropResult;
155 }
156
157 didDrop() {
158 return this.store.getState().dragOperation.didDrop;

Callers 6

dropMethod · 0.45
endDragMethod · 0.45
dropFunction · 0.45
endDragFunction · 0.45
endDragFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected