@tb-dev/utils - v8.1.2
    Preparing search index...

    Interface WaitScrollOptions

    interface WaitScrollOptions {
        behavior?: ScrollBehavior;
        block?: ScrollLogicalPosition;
        inline?: ScrollLogicalPosition;
        parent?: Option<Document | Element>;
        throwOnTimeout?: boolean;
        timeout?: Option<number>;
    }

    Hierarchy (View Summary)

    Index
    behavior?: ScrollBehavior
    block?: ScrollLogicalPosition
    inline?: ScrollLogicalPosition
    parent?: Option<Document | Element>
    throwOnTimeout?: boolean
    timeout?: Option<number>