Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
drop
Method · 0.45
DragDropMonitor.spec.js
File · 0.45
endDrag
Method · 0.45
drop
Function · 0.45
endDrag
Function · 0.45
endDrag
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected