frontend-performance-lab
GitHub Pages
Preparing search index...
benchmark/src/components/BenchmarkPanel
BenchmarkPanelBaseProps
Interface BenchmarkPanelBaseProps
interface
BenchmarkPanelBaseProps
{
interactions
:
readonly
InteractionMeasure
[]
;
onReset
:
()
=>
void
;
onRunScenario
:
(
scenario
:
BenchmarkScenarioId
)
=>
void
;
renderedRows
:
number
;
rowCount
:
number
;
samples
:
readonly
ProfilerSample
[]
;
}
Hierarchy (
View Summary
)
BenchmarkPanelBaseProps
BenchmarkPanelProps
Index
Properties
interactions
on
Reset
on
Run
Scenario
rendered
Rows
row
Count
samples
Properties
interactions
interactions
:
readonly
InteractionMeasure
[]
on
Reset
onReset
:
()
=>
void
on
Run
Scenario
onRunScenario
:
(
scenario
:
BenchmarkScenarioId
)
=>
void
rendered
Rows
renderedRows
:
number
row
Count
rowCount
:
number
samples
samples
:
readonly
ProfilerSample
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
interactions
on
Reset
on
Run
Scenario
rendered
Rows
row
Count
samples
GitHub Pages
frontend-performance-lab
Loading...