MCPcopy Create free account
hub / github.com/react-dnd/react-dnd / drop

Function drop

examples/03 Nesting/Drag Sources/TargetBox.js:15–17  ·  view source on GitHub ↗
(props, monitor)

Source from the content-addressed store, hash-verified

13
14const ColorTarget = {
15 drop(props, monitor) {
16 props.onDrop(monitor.getItemType());
17 },
18};
19
20@DropTarget([Colors.YELLOW, Colors.BLUE], ColorTarget, (connect, monitor) => ({

Callers

nothing calls this directly

Calls 1

getItemTypeMethod · 0.45

Tested by

no test coverage detected