MCPcopy Index your code
hub / github.com/react/react / contextmenu

Function contextmenu

packages/dom-event-testing-library/domEvents.js:248–253  ·  view source on GitHub ↗
(payload)

Source from the content-addressed store, hash-verified

246}
247
248export function contextmenu(payload) {
249 return createMouseEvent('contextmenu', {
250 ...payload,
251 detail: 0,
252 });
253}
254
255export function dragstart(payload) {
256 return createMouseEvent('dragstart', {

Callers

nothing calls this directly

Calls 1

createMouseEventFunction · 0.85

Tested by

no test coverage detected