Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ getTargetIds
Method
getTargetIds
packages/dnd-core/src/DragDropMonitor.js:149–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
147
}
148
149
getTargetIds() {
150
return
this.store.getState().dragOperation.targetIds;
151
}
152
153
getDropResult() {
154
return
this.store.getState().dragOperation.dropResult;
Callers
3
isOverTarget
Method · 0.95
DragDropMonitor.spec.js
File · 0.80
drop
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected