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
| Property | Type | Description | Defined in |
|---|---|---|---|
id | string | Identifier of this node within the parent chain. | dom/src/vdom.ts:16 |
parent? | ParentRef | Reference to the parent node, or undefined at the root. | dom/src/vdom.ts:18 |