Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ getSourceId
Method
getSourceId
packages/dnd-core/src/DragDropMonitor.js:145–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
143
}
144
145
getSourceId() {
146
return
this.store.getState().dragOperation.sourceId;
147
}
148
149
getTargetIds() {
150
return
this.store.getState().dragOperation.targetIds;
Callers
8
isDragging
Method · 0.80
getCurrentSourceNodeOptions
Method · 0.80
getCurrentSourcePreviewNodeOptions
Method · 0.80
handleTopDragStart
Method · 0.80
isDragging
Method · 0.80
DragDropMonitor.spec.js
File · 0.80
isDragging
Method · 0.80
endDrag
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected