Graphora API
    Preparing search index...

    Interface NeighborhoodVisit

    interface NeighborhoodVisit {
        depth: number;
        nodeId: GraphId;
        parentEdgeId: GraphId | null;
        parentNodeId: GraphId | null;
    }
    Index
    depth: number
    nodeId: GraphId
    parentEdgeId: GraphId | null
    parentNodeId: GraphId | null