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

Function touchcancel

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

Source from the content-addressed store, hash-verified

426 */
427
428export function touchcancel(payload) {
429 return createTouchEvent('touchcancel', payload);
430}
431
432export function touchend(payload) {
433 return createTouchEvent('touchend', payload);

Callers

nothing calls this directly

Calls 1

createTouchEventFunction · 0.85

Tested by

no test coverage detected