Home / Function/ applyGroupProps() — react Function Reference

applyGroupProps() — react Function Reference

Architecture documentation for the applyGroupProps() function in ReactFiberConfigART.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  13c1c50b_7957_465c_5028_35ad8e321f97["applyGroupProps()"]
  18cde195_5800_e07a_4f5e_1af7f71a810d["ReactFiberConfigART.js"]
  13c1c50b_7957_465c_5028_35ad8e321f97 -->|defined in| 18cde195_5800_e07a_4f5e_1af7f71a810d
  75ce423e_6f2a_b462_47ad_f971dc38650b["applyNodeProps()"]
  13c1c50b_7957_465c_5028_35ad8e321f97 -->|calls| 75ce423e_6f2a_b462_47ad_f971dc38650b
  style 13c1c50b_7957_465c_5028_35ad8e321f97 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/react-art/src/ReactFiberConfigART.js lines 133–138

function applyGroupProps(instance, props, prevProps = {}) {
  applyNodeProps(instance, props, prevProps);

  instance.width = props.width;
  instance.height = props.height;
}

Domain

Subdomains

Frequently Asked Questions

What does applyGroupProps() do?
applyGroupProps() is a function in the react codebase, defined in packages/react-art/src/ReactFiberConfigART.js.
Where is applyGroupProps() defined?
applyGroupProps() is defined in packages/react-art/src/ReactFiberConfigART.js at line 133.
What does applyGroupProps() call?
applyGroupProps() calls 1 function(s): applyNodeProps.

Analyze Your Own Codebase

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

Try Supermodel Free