Interface: ParentPath<T>
Path from an object to its immediate parent.
Type Parameters
| Type Parameter | Description |
|---|---|
T extends object | Parent object type. |
Properties
parent
readonly parent: T;
Parent object.
path
readonly path: PathElement;
Property name (if the parent is an object) or index number (if the parent is an array).