mobx-keystone
    Preparing search index...

    Interface FoundParentPath<T>

    Result of findParentPath.

    interface FoundParentPath<T extends object> {
        parent: T;
        path: Path;
    }

    Type Parameters

    • T extends object
    Index

    Properties

    Properties

    parent: T

    Found parent object.

    path: Path

    Path from the found parent to the child.