clearGestureTimers() — react Function Reference
Architecture documentation for the clearGestureTimers() function in ReactProfilerTimer.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 55a52358_8bdb_acd6_5a5b_9292745c3bd8["clearGestureTimers()"] e054b9c7_41f1_c7f7_97bb_98b6a445e94b["ReactProfilerTimer.js"] 55a52358_8bdb_acd6_5a5b_9292745c3bd8 -->|defined in| e054b9c7_41f1_c7f7_97bb_98b6a445e94b style 55a52358_8bdb_acd6_5a5b_9292745c3bd8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/react-reconciler/src/ReactProfilerTimer.js lines 343–350
export function clearGestureTimers(): void {
gestureUpdateTime = -1.1;
gestureUpdateType = 0;
gestureSuspendedTime = -1.1;
gestureEventRepeatTime = gestureEventTime;
gestureEventTime = -1.1;
gestureClampTime = now();
}
Domain
Subdomains
Source
Frequently Asked Questions
What does clearGestureTimers() do?
clearGestureTimers() is a function in the react codebase, defined in packages/react-reconciler/src/ReactProfilerTimer.js.
Where is clearGestureTimers() defined?
clearGestureTimers() is defined in packages/react-reconciler/src/ReactProfilerTimer.js at line 343.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free