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

Method didDrop

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

Source from the content-addressed store, hash-verified

155 }
156
157 didDrop() {
158 return this.store.getState().dragOperation.didDrop;
159 }
160
161 isSourcePublic() {
162 return this.store.getState().dragOperation.isSourcePublic;

Callers 8

canDropOnTargetMethod · 0.95
hoverFunction · 0.45
dropFunction · 0.45
renderMethod · 0.45
endDragFunction · 0.45
renderMethod · 0.45
dropFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected