hasScheduledGestureTransitionWork() — react Function Reference
Architecture documentation for the hasScheduledGestureTransitionWork() function in ReactProfilerTimer.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 324bbc43_046b_dbc2_be7b_c090df27fb47["hasScheduledGestureTransitionWork()"] e054b9c7_41f1_c7f7_97bb_98b6a445e94b["ReactProfilerTimer.js"] 324bbc43_046b_dbc2_be7b_c090df27fb47 -->|defined in| e054b9c7_41f1_c7f7_97bb_98b6a445e94b style 324bbc43_046b_dbc2_be7b_c090df27fb47 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/react-reconciler/src/ReactProfilerTimer.js lines 338–341
export function hasScheduledGestureTransitionWork(): boolean {
// If we have call setOptimistic on a gesture
return gestureUpdateTime > -1;
}
Domain
Subdomains
Source
Frequently Asked Questions
What does hasScheduledGestureTransitionWork() do?
hasScheduledGestureTransitionWork() is a function in the react codebase, defined in packages/react-reconciler/src/ReactProfilerTimer.js.
Where is hasScheduledGestureTransitionWork() defined?
hasScheduledGestureTransitionWork() is defined in packages/react-reconciler/src/ReactProfilerTimer.js at line 338.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free