turbodombuilder - v0.9.58
    Preparing search index...

    Type Alias NodeListType<EntryType>

    NodeListType:
        | TurboNodeList<EntryType>
        | HTMLCollection
        | NodeListOf<EntryType & Node>
        | Set<EntryType>
        | EntryType[]

    Type Parameters

    • EntryType extends object = object

      The type of the nodes held in the collection.

    Union type representing any value that can be added to or removed from a TurboNodeList. Accepts a TurboNodeList, a live DOM HTMLCollection, a NodeListOf, a Set, or a plain array.