Home / Function/ markLayoutEffectsStarted() — react Function Reference

markLayoutEffectsStarted() — react Function Reference

Architecture documentation for the markLayoutEffectsStarted() function in ReactFiberDevToolsHook.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  1e51883e_8469_4c2b_90cd_00a5c9537394["markLayoutEffectsStarted()"]
  1f955e30_ff03_d9f9_d498_58b7dc7858dc["ReactFiberDevToolsHook.js"]
  1e51883e_8469_4c2b_90cd_00a5c9537394 -->|defined in| 1f955e30_ff03_d9f9_d498_58b7dc7858dc
  style 1e51883e_8469_4c2b_90cd_00a5c9537394 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/react-reconciler/src/ReactFiberDevToolsHook.js lines 387–396

export function markLayoutEffectsStarted(lanes: Lanes): void {
  if (enableSchedulingProfiler) {
    if (
      injectedProfilingHooks !== null &&
      typeof injectedProfilingHooks.markLayoutEffectsStarted === 'function'
    ) {
      injectedProfilingHooks.markLayoutEffectsStarted(lanes);
    }
  }
}

Domain

Subdomains

Frequently Asked Questions

What does markLayoutEffectsStarted() do?
markLayoutEffectsStarted() is a function in the react codebase, defined in packages/react-reconciler/src/ReactFiberDevToolsHook.js.
Where is markLayoutEffectsStarted() defined?
markLayoutEffectsStarted() is defined in packages/react-reconciler/src/ReactFiberDevToolsHook.js at line 387.

Analyze Your Own Codebase

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

Try Supermodel Free