Skip to content

Documentation / @ripl/dom / ParentRef

Interface: ParentRef

Defined in: dom/src/vdom.ts:14

A linked-list reference to an element's parent chain, used to resolve ancestor group paths.

Properties

PropertyTypeDescriptionDefined in
idstringIdentifier of this node within the parent chain.dom/src/vdom.ts:16
parent?ParentRefReference to the parent node, or undefined at the root.dom/src/vdom.ts:18