Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ beginDrag
Function
beginDrag
examples/05 Customize/Handles and Previews/BoxWithImage.js:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
const
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