frontend-performance-lab
    Preparing search index...
    interface BenchmarkPanelBaseProps {
        interactions: readonly InteractionMeasure[];
        onReset: () => void;
        onRunScenario: (scenario: BenchmarkScenarioId) => void;
        renderedRows: number;
        rowCount: number;
        samples: readonly ProfilerSample[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    interactions: readonly InteractionMeasure[]
    onReset: () => void
    onRunScenario: (scenario: BenchmarkScenarioId) => void
    renderedRows: number
    rowCount: number
    samples: readonly ProfilerSample[]