Contentful Personalization & Analytics
    Preparing search index...

    Interface EntryViewInteractionStartOptions

    Start options for automatic entry view tracking.

    interface EntryViewInteractionStartOptions {
        root?: Document | Element | null;
        rootMargin?: string;
    }
    Index

    Properties

    Properties

    root?: Document | Element | null

    IntersectionObserver root. Default: null (viewport).

    rootMargin?: string

    IntersectionObserver rootMargin. Default: "0px".