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

Function beginDrag

examples/05 Customize/Drop Effects/SourceBox.js:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected