LinkedNode type
Home > @rimitive/view > LinkedNode
LinkedNode type
Section titled “LinkedNode type”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