Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/react-spectrum
/
Class
packages/react-aria/test/dnd/mocks.js:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
*/
12
13
export
class
DataTransferItem {
14
constructor(
type
, data, kind =
'string'
) {
15
this.kind = kind;
16
this.
type
=
type
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected