Skip to content

LinkedNode type

Home > @rimitive/view > LinkedNode

Linked nodes - nodes that form doubly-linked lists Elements are actual DOM nodes in the list Fragments are logical nodes that own their own child lists

Signature:

export type LinkedNode<TElement> = ElementRef<TElement> | FragmentRef<TElement>;

References: ElementRef, FragmentRef