frontend-performance-lab
    Preparing search index...

    Interface InteractionMeasure

    interface InteractionMeasure {
        duration: number;
        label: string;
        scenario: string;
        startedAt: number;
    }
    Index

    Properties

    duration: number
    label: string
    scenario: string
    startedAt: number