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

Class

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

Source from the content-addressed store, hash-verified

136}
137
138export class DragEvent extends MouseEvent {
139 constructor(type, init) {
140 super(type, {...init, bubbles: true, cancelable: true, composed: true});
141 this.dataTransfer = init.dataTransfer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected