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

Function createTouchEvent

packages/dom-event-testing-library/domEvents.js:219–227  ·  view source on GitHub ↗
(type, payload)

Source from the content-addressed store, hash-verified

217}
218
219function createTouchEvent(type, payload) {
220 return createEvent(type, {
221 ...payload,
222 detail: 0,
223 sourceCapabilities: {
224 firesTouchEvents: true,
225 },
226 });
227}
228
229/**
230 * Mock event objects

Callers 4

touchcancelFunction · 0.85
touchendFunction · 0.85
touchmoveFunction · 0.85
touchstartFunction · 0.85

Calls 1

createEventFunction · 0.70

Tested by

no test coverage detected