touchstart() — react Function Reference
Architecture documentation for the touchstart() function in domEvents.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD b8c4882b_a73c_720b_5b95_bc0ff3d0452d["touchstart()"] fd9d5c95_e738_dee5_e510_e7b1e9e4ea39["domEvents.js"] b8c4882b_a73c_720b_5b95_bc0ff3d0452d -->|defined in| fd9d5c95_e738_dee5_e510_e7b1e9e4ea39 6e92fb29_1b7c_e506_23d4_54a296376a58["contextmenu()"] 6e92fb29_1b7c_e506_23d4_54a296376a58 -->|calls| b8c4882b_a73c_720b_5b95_bc0ff3d0452d 9d0dad3b_5733_de1f_1a31_75b5db0ccd25["pointerdown()"] 9d0dad3b_5733_de1f_1a31_75b5db0ccd25 -->|calls| b8c4882b_a73c_720b_5b95_bc0ff3d0452d 904de397_8f18_12b9_6806_a851955ede03["createTouchEvent()"] b8c4882b_a73c_720b_5b95_bc0ff3d0452d -->|calls| 904de397_8f18_12b9_6806_a851955ede03 style b8c4882b_a73c_720b_5b95_bc0ff3d0452d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/dom-event-testing-library/domEvents.js lines 440–442
export function touchstart(payload) {
return createTouchEvent('touchstart', payload);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does touchstart() do?
touchstart() is a function in the react codebase, defined in packages/dom-event-testing-library/domEvents.js.
Where is touchstart() defined?
touchstart() is defined in packages/dom-event-testing-library/domEvents.js at line 440.
What does touchstart() call?
touchstart() calls 1 function(s): createTouchEvent.
What calls touchstart()?
touchstart() is called by 2 function(s): contextmenu, pointerdown.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free