MCPcopy Create free account
hub / github.com/adobe/react-spectrum /

Class

packages/react-aria/test/dnd/mocks.js:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98export class DataTransfer {
99 constructor() {
100 this.items = new DataTransferItemList();
101 this.dropEffect = 'none';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected