Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ beginDrag
Function
beginDrag
examples/03 Nesting/Drag Sources/SourceBox.js:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
},
16
17
beginDrag() {
18
return
{};
19
},
20
};
21
22
@DragSource(props => props.color, ColorSource, (connect, monitor) => ({
Callers
1
render
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected