Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ canDrag
Function
canDrag
examples/03 Nesting/Drag Sources/SourceBox.js:13–15 ·
view source on GitHub ↗
(props)
Source
from the content-addressed store, hash-verified
11
12
const
ColorSource = {
13
canDrag(props) {
14
return
!props.forbidDrag;
15
},
16
17
beginDrag() {
18
return
{};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected