Logos DX
    Preparing search index...

    Interface VisibilityOptions

    Options that accept an AbortSignal for cancellation

    interface VisibilityOptions {
        once?: boolean;
        root?: Element | null;
        rootMargin?: string;
        signal?: AbortSignal;
        threshold?: number | number[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    once?: boolean
    root?: Element | null
    rootMargin?: string
    signal?: AbortSignal
    threshold?: number | number[]