Contentful Personalization & Analytics
    Preparing search index...

    Interface EntryHoverInteractionElementOptions

    Per-element options for hover interaction tracking.

    interface EntryHoverInteractionElementOptions {
        data?: unknown;
        dwellTimeMs?: number;
        hoverDurationUpdateIntervalMs?: number;
    }
    Index

    Properties

    data?: unknown

    Arbitrary data to pass through to the callback for this element.

    dwellTimeMs?: number

    Per-element dwell time override in ms.

    hoverDurationUpdateIntervalMs?: number

    Per-element override of hover-duration update interval in ms.