MCPcopy 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

isDraggingMethod · 0.80
handleTopDragStartMethod · 0.80
isDraggingMethod · 0.80
isDraggingMethod · 0.80
endDragFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected