Home / Class/ BUISwitch116 Class — react Architecture

BUISwitch116 Class — react Architecture

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

Entity Profile

Dependency Diagram

graph TD
  ba5aedd0_5fd1_04fc_0a08_7c58e6e66783["BUISwitch116"]
  3ebee981_8211_0c1c_516b_03ba4cbff0e7["benchmark.js"]
  ba5aedd0_5fd1_04fc_0a08_7c58e6e66783 -->|defined in| 3ebee981_8211_0c1c_516b_03ba4cbff0e7
  19188cdd_0ff1_25f6_c207_2da35359dafb["render()"]
  ba5aedd0_5fd1_04fc_0a08_7c58e6e66783 -->|method| 19188cdd_0ff1_25f6_c207_2da35359dafb

Relationship Graph

Source Code

scripts/bench/benchmarks/pe-class-components/benchmark.js lines 2827–2859

  class BUISwitch116 extends React.Component {
    render() {
      if (this.props.x === 261) {
        return React.createElement(
          'div',
          {
            'data-hover': 'tooltip',
            'data-tooltip-content':
              'Currently active. Click this switch to deactivate it.',
            'data-tooltip-position': 'below',
            disabled: false,
            value: true,
            onToggle: function () {},
            className: '_128j _128k _128n',
            role: 'checkbox',
            'aria-checked': 'true',
          },
          React.createElement(
            'div',
            {
              className: '_128o',
              onClick: function () {},
              onKeyDown: function () {},
              onMouseDown: function () {},
              tabIndex: '0',
            },
            React.createElement('div', {className: '_128p'})
          ),
          null
        );
      }
    }
  }

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free