Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ beginDrag
Function
beginDrag
examples/00 Chessboard/Tutorial App/Knight.js:7–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
6
const
knightSource = {
7
beginDrag() {
8
return
{};
9
},
10
};
11
12
function
collect(connect, monitor) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected