MCPcopy 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

isDraggingMethod · 0.45
dropFunction · 0.45
isDraggingFunction · 0.45
dropFunction · 0.45
endDragFunction · 0.45
endDragFunction · 0.45
hoverFunction · 0.45
endDragFunction · 0.45
hoverFunction · 0.45
hoverFunction · 0.45
handleFileDropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected