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

Function touchend

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

Source from the content-addressed store, hash-verified

430}
431
432export function touchend(payload) {
433 return createTouchEvent('touchend', payload);
434}
435
436export function touchmove(payload) {
437 return createTouchEvent('touchmove', payload);

Callers

nothing calls this directly

Calls 1

createTouchEventFunction · 0.85

Tested by

no test coverage detected