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

    Interface WaitElementOptions

    interface WaitElementOptions {
        parent?: Option<Document | Element>;
        timeout?: Option<number>;
    }

    Hierarchy (View Summary)

    Index
    parent?: Option<Document | Element>
    timeout?: Option<number>