markLayoutEffectsStopped() — react Function Reference
Architecture documentation for the markLayoutEffectsStopped() function in ReactFiberDevToolsHook.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD d153ff4a_ea16_2a22_ada9_97b9ed361501["markLayoutEffectsStopped()"] 1f955e30_ff03_d9f9_d498_58b7dc7858dc["ReactFiberDevToolsHook.js"] d153ff4a_ea16_2a22_ada9_97b9ed361501 -->|defined in| 1f955e30_ff03_d9f9_d498_58b7dc7858dc style d153ff4a_ea16_2a22_ada9_97b9ed361501 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/react-reconciler/src/ReactFiberDevToolsHook.js lines 398–407
export function markLayoutEffectsStopped(): void {
if (enableSchedulingProfiler) {
if (
injectedProfilingHooks !== null &&
typeof injectedProfilingHooks.markLayoutEffectsStopped === 'function'
) {
injectedProfilingHooks.markLayoutEffectsStopped();
}
}
}
Domain
Subdomains
Source
Frequently Asked Questions
What does markLayoutEffectsStopped() do?
markLayoutEffectsStopped() is a function in the react codebase, defined in packages/react-reconciler/src/ReactFiberDevToolsHook.js.
Where is markLayoutEffectsStopped() defined?
markLayoutEffectsStopped() is defined in packages/react-reconciler/src/ReactFiberDevToolsHook.js at line 398.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free