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

Function click

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

Source from the content-addressed store, hash-verified

239}
240
241export function click(payload) {
242 return createMouseEvent('click', {
243 button: buttonType.primary,
244 ...payload,
245 });
246}
247
248export function contextmenu(payload) {
249 return createMouseEvent('contextmenu', {

Callers

nothing calls this directly

Calls 1

createMouseEventFunction · 0.85

Tested by

no test coverage detected