Home / Class/ AdsLabeledField104 Class — react Architecture

AdsLabeledField104 Class — react Architecture

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

Entity Profile

Dependency Diagram

graph TD
  abb76f6c_e810_3e59_b35c_38426287113c["AdsLabeledField104"]
  3ebee981_8211_0c1c_516b_03ba4cbff0e7["benchmark.js"]
  abb76f6c_e810_3e59_b35c_38426287113c -->|defined in| 3ebee981_8211_0c1c_516b_03ba4cbff0e7
  3775325a_7bba_bbab_a40e_9bd958629634["render()"]
  abb76f6c_e810_3e59_b35c_38426287113c -->|method| 3775325a_7bba_bbab_a40e_9bd958629634

Relationship Graph

Source Code

scripts/bench/benchmarks/pe-class-components/benchmark.js lines 2622–2664

  class AdsLabeledField104 extends React.Component {
    render() {
      if (this.props.x === 231) {
        return React.createElement(
          'div',
          {className: '_2oc6 _3bvz', label: 'Objective'},
          React.createElement(
            'label',
            {className: '_4el4 _3qwj _3hy-', htmlFor: undefined},
            'Objective '
          ),
          null,
          React.createElement('div', {className: '_3bv-'})
        );
      }
      if (this.props.x === 234) {
        return React.createElement(
          'div',
          {className: '_2oc6 _3bvz', label: 'Buying Type'},
          React.createElement(
            'label',
            {className: '_4el4 _3qwj _3hy-', htmlFor: undefined},
            'Buying Type '
          ),
          null,
          React.createElement('div', {className: '_3bv-'})
        );
      }
      if (this.props.x === 240) {
        return React.createElement(
          'div',
          {className: '_2oc6 _3bvz'},
          React.createElement(
            'label',
            {className: '_4el4 _3qwj _3hy-', htmlFor: undefined},
            'Campaign Spending Limit '
          ),
          React.createElement(AdsHelpLink63, {x: 239}),
          React.createElement('div', {className: '_3bv-'})
        );
      }
    }
  }

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free