Home / Class/ FixedDataTableCellGroup145 Class — react Architecture

FixedDataTableCellGroup145 Class — react Architecture

Architecture documentation for the FixedDataTableCellGroup145 class in benchmark.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  7812577a_b8aa_bcad_e03e_589ca8785013["FixedDataTableCellGroup145"]
  3ebee981_8211_0c1c_516b_03ba4cbff0e7["benchmark.js"]
  7812577a_b8aa_bcad_e03e_589ca8785013 -->|defined in| 3ebee981_8211_0c1c_516b_03ba4cbff0e7
  d0c57f9b_cfd2_067d_eaef_da5ba2d9964c["render()"]
  7812577a_b8aa_bcad_e03e_589ca8785013 -->|method| d0c57f9b_cfd2_067d_eaef_da5ba2d9964c

Relationship Graph

Source Code

scripts/bench/benchmarks/pe-class-components/benchmark.js lines 4616–4647

  class FixedDataTableCellGroup145 extends React.Component {
    render() {
      if (this.props.x === 319) {
        return React.createElement(
          'div',
          {style: {height: 40, left: 0}, className: '_3pzk'},
          React.createElement(FixedDataTableCellGroupImpl144, {x: 318})
        );
      }
      if (this.props.x === 333) {
        return React.createElement(
          'div',
          {style: {height: 40, left: 721}, className: '_3pzk'},
          React.createElement(FixedDataTableCellGroupImpl144, {x: 332})
        );
      }
      if (this.props.x === 368) {
        return React.createElement(
          'div',
          {style: {height: 25, left: 0}, className: '_3pzk'},
          React.createElement(FixedDataTableCellGroupImpl144, {x: 367})
        );
      }
      if (this.props.x === 456) {
        return React.createElement(
          'div',
          {style: {height: 25, left: 721}, className: '_3pzk'},
          React.createElement(FixedDataTableCellGroupImpl144, {x: 455})
        );
      }
    }
  }

Frequently Asked Questions

What is the FixedDataTableCellGroup145 class?
FixedDataTableCellGroup145 is a class in the react codebase, defined in scripts/bench/benchmarks/pe-class-components/benchmark.js.
Where is FixedDataTableCellGroup145 defined?
FixedDataTableCellGroup145 is defined in scripts/bench/benchmarks/pe-class-components/benchmark.js at line 4616.

Analyze Your Own Codebase

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

Try Supermodel Free