Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/react-spectrum
/ setDragImage
Method
setDragImage
packages/react-aria/test/dnd/mocks.js:105–107 ·
view source on GitHub ↗
(dragImage, x, y)
Source
from the content-addressed store, hash-verified
103
}
104
105
setDragImage(dragImage, x, y) {
106
this._dragImage = {node: dragImage, x, y};
107
}
108
109
get types() {
110
let
types =
new
Set();
Callers
1
onDragStart
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected