@yesstudio/nuxt-composables
    Preparing search index...

    Interface IntersectionObserverInit

    interface IntersectionObserverInit {
        root?: Element | Document | null;
        rootMargin?: string;
        threshold?: number | number[];
    }
    Index

    Properties

    root?: Element | Document | null
    rootMargin?: string
    threshold?: number | number[]