Home / Class/ TransitionCell142 Class — react Architecture

TransitionCell142 Class — react Architecture

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

Entity Profile

Dependency Diagram

graph TD
  78d43ef3_0255_903c_850f_a92d72fbd333["TransitionCell142"]
  3ebee981_8211_0c1c_516b_03ba4cbff0e7["benchmark.js"]
  78d43ef3_0255_903c_850f_a92d72fbd333 -->|defined in| 3ebee981_8211_0c1c_516b_03ba4cbff0e7
  785305a3_f2e8_0761_b432_514b0ab054bd["render()"]
  78d43ef3_0255_903c_850f_a92d72fbd333 -->|method| 785305a3_f2e8_0761_b432_514b0ab054bd

Relationship Graph

Source Code

scripts/bench/benchmarks/pe-class-components/benchmark.js lines 3392–4004

  class TransitionCell142 extends React.Component {
    render() {
      if (this.props.x === 316) {
        return React.createElement(
          'div',
          {
            label: 'Campaigns',
            height: 40,
            width: 721,
            className: '_4lgc _4h2u',
            style: {height: 40, width: 721},
          },
          React.createElement(
            'div',
            {className: '_4lgd _4h2w'},
            React.createElement(
              'div',
              {className: '_4lge _4h2x'},
              React.createElement(AdsPETableHeader141, {x: 315})
            )
          )
        );
      }
      if (this.props.x === 321) {
        return React.createElement(
          'div',
          {
            label: 'Performance',
            height: 40,
            width: 798,
            className: '_4lgc _4h2u',
            style: {height: 40, width: 798},
          },
          React.createElement(
            'div',
            {className: '_4lgd _4h2w'},
            React.createElement(
              'div',
              {className: '_4lge _4h2x'},
              React.createElement(AdsPETableHeader141, {x: 320})
            )
          )
        );
      }
      if (this.props.x === 324) {
        return React.createElement(
          'div',
          {
            label: 'Overview',
            height: 40,
            width: 1022,
            className: '_4lgc _4h2u',
            style: {height: 40, width: 1022},
          },
          React.createElement(
            'div',
            {className: '_4lgd _4h2w'},
            React.createElement(
              'div',
              {className: '_4lge _4h2x'},
              React.createElement(AdsPETableHeader141, {x: 323})
            )
          )
        );
      }
      if (this.props.x === 327) {
        return React.createElement(
          'div',
          {
            label: 'Toplines',
            height: 40,
            width: 0,
            className: '_4lgc _4h2u',
            style: {height: 40, width: 0},
          },
          React.createElement(
            'div',
            {className: '_4lgd _4h2w'},
            React.createElement(
              'div',
              {className: '_4lge _4h2x'},

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free