Skip to main content

Interface: FoundParentPath<T>

Result of findParentPath.

Type Parameters​

Type Parameter
T extends object

Properties​

parent​

readonly parent: T;

Found parent object.


path​

readonly path: Path;

Path from the found parent to the child.