FixedDataTableCell143 Class — react Architecture
Architecture documentation for the FixedDataTableCell143 class in benchmark.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 802d62ea_5d35_56bb_e7b1_6091dae9c43c["FixedDataTableCell143"] 3ebee981_8211_0c1c_516b_03ba4cbff0e7["benchmark.js"] 802d62ea_5d35_56bb_e7b1_6091dae9c43c -->|defined in| 3ebee981_8211_0c1c_516b_03ba4cbff0e7 8f8759eb_2a80_5951_0671_f975119043a4["render()"] 802d62ea_5d35_56bb_e7b1_6091dae9c43c -->|method| 8f8759eb_2a80_5951_0671_f975119043a4
Relationship Graph
Source Code
scripts/bench/benchmarks/pe-class-components/benchmark.js lines 4006–4516
class FixedDataTableCell143 extends React.Component {
render() {
if (this.props.x === 317) {
return React.createElement(
'div',
{className: '_4lg0 _4h2m', style: {height: 40, width: 721, left: 0}},
undefined,
React.createElement(TransitionCell142, {x: 316})
);
}
if (this.props.x === 322) {
return React.createElement(
'div',
{className: '_4lg0 _4h2m', style: {height: 40, width: 798, left: 0}},
undefined,
React.createElement(TransitionCell142, {x: 321})
);
}
if (this.props.x === 325) {
return React.createElement(
'div',
{
className: '_4lg0 _4h2m',
style: {height: 40, width: 1022, left: 798},
},
undefined,
React.createElement(TransitionCell142, {x: 324})
);
}
if (this.props.x === 328) {
return React.createElement(
'div',
{className: '_4lg0 _4h2m', style: {height: 40, width: 0, left: 1820}},
undefined,
React.createElement(TransitionCell142, {x: 327})
);
}
if (this.props.x === 331) {
return React.createElement(
'div',
{
className: '_4lg0 _4h2m',
style: {height: 40, width: 25, left: 1820},
},
undefined,
React.createElement(TransitionCell142, {x: 330})
);
}
if (this.props.x === 339) {
return React.createElement(
'div',
{
className: '_4lg0 _4lg6 _4h2m',
style: {height: 25, width: 42, left: 0},
},
undefined,
React.createElement(TransitionCell142, {x: 338})
);
}
if (this.props.x === 344) {
return React.createElement(
'div',
{className: '_4lg0 _4h2m', style: {height: 25, width: 400, left: 42}},
React.createElement(
'div',
{
className: '_4lg9',
style: {height: 25},
onMouseDown: function () {},
},
React.createElement('div', {
className: '_4lga _4lgb',
style: {height: 25},
})
),
React.createElement(TransitionCell142, {x: 343})
);
}
if (this.props.x === 350) {
return React.createElement(
'div',
Source
Frequently Asked Questions
What is the FixedDataTableCell143 class?
FixedDataTableCell143 is a class in the react codebase, defined in scripts/bench/benchmarks/pe-class-components/benchmark.js.
Where is FixedDataTableCell143 defined?
FixedDataTableCell143 is defined in scripts/bench/benchmarks/pe-class-components/benchmark.js at line 4006.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free