MCPcopy 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

isOverTargetMethod · 0.95
dropFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected