Home / Function/ touchmove() — react Function Reference

touchmove() — react Function Reference

Architecture documentation for the touchmove() function in domEvents.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  b754b880_6060_c667_3c53_1542c7c96b51["touchmove()"]
  fd9d5c95_e738_dee5_e510_e7b1e9e4ea39["domEvents.js"]
  b754b880_6060_c667_3c53_1542c7c96b51 -->|defined in| fd9d5c95_e738_dee5_e510_e7b1e9e4ea39
  3bc8e903_1c8d_e20a_7fe0_4f403cb2c5d3["pointermove()"]
  3bc8e903_1c8d_e20a_7fe0_4f403cb2c5d3 -->|calls| b754b880_6060_c667_3c53_1542c7c96b51
  904de397_8f18_12b9_6806_a851955ede03["createTouchEvent()"]
  b754b880_6060_c667_3c53_1542c7c96b51 -->|calls| 904de397_8f18_12b9_6806_a851955ede03
  style b754b880_6060_c667_3c53_1542c7c96b51 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/dom-event-testing-library/domEvents.js lines 436–438

export function touchmove(payload) {
  return createTouchEvent('touchmove', payload);
}

Domain

Subdomains

Called By

Frequently Asked Questions

What does touchmove() do?
touchmove() is a function in the react codebase, defined in packages/dom-event-testing-library/domEvents.js.
Where is touchmove() defined?
touchmove() is defined in packages/dom-event-testing-library/domEvents.js at line 436.
What does touchmove() call?
touchmove() calls 1 function(s): createTouchEvent.
What calls touchmove()?
touchmove() is called by 1 function(s): pointermove.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free