Graphora API
    Preparing search index...

    Interface GraphViewAdjacencyEntry

    interface GraphViewAdjacencyEntry {
        edgeKeys: readonly string[];
        nodeKey: string;
    }
    Index
    edgeKeys: readonly string[]
    nodeKey: string