FixedDataTableRowImpl146 Class — react Architecture
Architecture documentation for the FixedDataTableRowImpl146 class in benchmark.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 2a9d5c47_bf5d_f77f_ec2d_6c7e11d81ddd["FixedDataTableRowImpl146"] 3ebee981_8211_0c1c_516b_03ba4cbff0e7["benchmark.js"] 2a9d5c47_bf5d_f77f_ec2d_6c7e11d81ddd -->|defined in| 3ebee981_8211_0c1c_516b_03ba4cbff0e7 09ddfa6b_127c_1830_b3b8_dff5a7062621["render()"] 2a9d5c47_bf5d_f77f_ec2d_6c7e11d81ddd -->|method| 09ddfa6b_127c_1830_b3b8_dff5a7062621
Relationship Graph
Source Code
scripts/bench/benchmarks/pe-class-components/benchmark.js lines 4649–4712
class FixedDataTableRowImpl146 extends React.Component {
render() {
if (this.props.x === 334) {
return React.createElement(
'div',
{
className: '_1gd4 _4li _52no _3h1a _1mib',
onClick: null,
onDoubleClick: null,
onMouseDown: null,
onMouseEnter: null,
onMouseLeave: null,
style: {width: 1209, height: 40},
},
React.createElement(
'div',
{className: '_1gd5'},
React.createElement(FixedDataTableCellGroup145, {
x: 319,
key: 'fixed_cells',
}),
React.createElement(FixedDataTableCellGroup145, {
x: 333,
key: 'scrollable_cells',
}),
React.createElement('div', {
className: '_1gd6 _1gd8',
style: {left: 721, height: 40},
})
)
);
}
if (this.props.x === 457) {
return React.createElement(
'div',
{
className: '_1gd4 _4li _3h1a _1mib',
onClick: null,
onDoubleClick: null,
onMouseDown: null,
onMouseEnter: null,
onMouseLeave: null,
style: {width: 1209, height: 25},
},
React.createElement(
'div',
{className: '_1gd5'},
React.createElement(FixedDataTableCellGroup145, {
x: 368,
key: 'fixed_cells',
}),
React.createElement(FixedDataTableCellGroup145, {
x: 456,
key: 'scrollable_cells',
}),
React.createElement('div', {
className: '_1gd6 _1gd8',
style: {left: 721, height: 25},
})
)
);
}
}
}
Source
Frequently Asked Questions
What is the FixedDataTableRowImpl146 class?
FixedDataTableRowImpl146 is a class in the react codebase, defined in scripts/bench/benchmarks/pe-class-components/benchmark.js.
Where is FixedDataTableRowImpl146 defined?
FixedDataTableRowImpl146 is defined in scripts/bench/benchmarks/pe-class-components/benchmark.js at line 4649.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free