FixedDataTableRow147 Class — react Architecture
Architecture documentation for the FixedDataTableRow147 class in benchmark.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD b2dd5603_6881_7af6_45ce_c004fde9b505["FixedDataTableRow147"] 3ebee981_8211_0c1c_516b_03ba4cbff0e7["benchmark.js"] b2dd5603_6881_7af6_45ce_c004fde9b505 -->|defined in| 3ebee981_8211_0c1c_516b_03ba4cbff0e7 e9abf6b6_ef56_e6d0_4e09_601dc621c19e["render()"] b2dd5603_6881_7af6_45ce_c004fde9b505 -->|method| e9abf6b6_ef56_e6d0_4e09_601dc621c19e
Relationship Graph
Source Code
scripts/bench/benchmarks/pe-class-components/benchmark.js lines 4714–4749
class FixedDataTableRow147 extends React.Component {
render() {
if (this.props.x === 335) {
return React.createElement(
'div',
{
style: {
width: 1209,
height: 40,
zIndex: 1,
transform: 'translate3d(0px,0px,0)',
backfaceVisibility: 'hidden',
},
className: '_1gda',
},
React.createElement(FixedDataTableRowImpl146, {x: 334})
);
}
if (this.props.x === 458) {
return React.createElement(
'div',
{
style: {
width: 1209,
height: 25,
zIndex: 1,
transform: 'translate3d(0px,40px,0)',
backfaceVisibility: 'hidden',
},
className: '_1gda',
},
React.createElement(FixedDataTableRowImpl146, {x: 457})
);
}
}
}
Source
Frequently Asked Questions
What is the FixedDataTableRow147 class?
FixedDataTableRow147 is a class in the react codebase, defined in scripts/bench/benchmarks/pe-class-components/benchmark.js.
Where is FixedDataTableRow147 defined?
FixedDataTableRow147 is defined in scripts/bench/benchmarks/pe-class-components/benchmark.js at line 4714.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free