FP-Devicer - v2.0.2
    Preparing search index...

    Interface ScrollBehaviorMetrics

    Summary statistics for scroll behavior recorded during collection.

    interface ScrollBehaviorMetrics {
        avgVelocityPxMs: number;
        directionChangeCount: number;
        eventCount: number;
        totalDistancePx: number;
        velocityStdDev: number;
    }
    Index

    Properties

    avgVelocityPxMs: number

    Average scroll velocity in pixels per millisecond.

    directionChangeCount: number

    Number of direction reversals across the sample window.

    eventCount: number

    Number of scroll events observed.

    totalDistancePx: number

    Total scroll distance accumulated in pixels.

    velocityStdDev: number

    Standard deviation of scroll velocity.