jj
    Preparing search index...

    Type Alias Unwrapped

    Unwrapped:
        | Node
        | Text
        | Element
        | HTMLElement
        | SVGElement
        | MathMLElement
        | Document
        | DocumentFragment
        | ShadowRoot

    Union type of all native DOM nodes that correspond to JJ wrappers. This is the inverse of Wrapped — represents the unwrapped native DOM types.

    Node