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

Class

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

Source from the content-addressed store, hash-verified

143}
144
145export class ClipboardEvent extends Event {
146 constructor(type, init) {
147 super(type, {...init, bubbles: true, cancelable: true, composed: true});
148 this.clipboardData = init.clipboardData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected