Contentful Personalization & Analytics
    Preparing search index...

    Interface EntryHoverInteractionStartOptions

    Start options for automatic entry hover tracking.

    interface EntryHoverInteractionStartOptions {
        dwellTimeMs?: number;
        hoverDurationUpdateIntervalMs?: number;
    }
    Index

    Properties

    dwellTimeMs?: number

    Required hover time (in ms) before the first hover event is emitted.

    hoverDurationUpdateIntervalMs?: number

    Interval (in ms) for emitting updated hover-duration events while hovered.