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

Function beginDrag

examples/03 Nesting/Drop Targets/Box.js:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14const boxSource = {
15 beginDrag() {
16 return {};
17 },
18};
19
20@DragSource(ItemTypes.BOX, boxSource, connect => ({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected