Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ getItem
Method
getItem
packages/dnd-core/src/DragDropMonitor.js:141–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
139
}
140
141
getItem() {
142
return
this.store.getState().dragOperation.item;
143
}
144
145
getSourceId() {
146
return
this.store.getState().dragOperation.sourceId;
Callers
15
DragDropMonitor.spec.js
File · 0.45
isDragging
Method · 0.45
drop
Function · 0.45
isDragging
Function · 0.45
drop
Function · 0.45
endDrag
Function · 0.45
endDrag
Function · 0.45
hover
Function · 0.45
endDrag
Function · 0.45
hover
Function · 0.45
hover
Function · 0.45
handleFileDrop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected