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

    Interface BehavioralMetrics

    Optional behavioral signals collected alongside the static browser fingerprint.

    interface BehavioralMetrics {
        collectionDurationMs: number;
        hasTouchEvents: boolean;
        keyboard?: KeyboardBehaviorMetrics;
        mouse?: MouseBehaviorMetrics;
        scroll?: ScrollBehaviorMetrics;
        session: SessionTimingMetrics;
    }
    Index

    Properties

    collectionDurationMs: number

    Total time spent collecting behavioral signals, in milliseconds.

    hasTouchEvents: boolean

    Whether touch events were observed during collection.

    Keyboard timing metrics when key events were observed.

    Pointer movement metrics when mouse or trackpad input was observed.

    Scroll interaction metrics when scrolling occurred.

    Session-level timing metrics, always present when behavioral collection ran.