NodePathElement Namespace
Function
| Name | Description |
|---|---|
| NodePathElement.fromJSON | Deserialize NodePathElement from JSON |
| NodePathElement.toJSON | Serialize given NodePathElement to JSON |
Defined in
NodePathElement Interface
Describes a single step in the nodes path.
Properties
| Name | Type | Description | |
|---|---|---|---|
| children | NodePathElement[] | Child path elements | |
| filteringData | undefined | NodePathFilteringData | Additional filtering-related information | |
| index | number | Node index | |
| isMarked | undefined | boolean | Is this element part of the marked path | |
| node | Node | Node instance |
Defined in
Last Updated: 30 November, 2023