Graphora API
    Preparing search index...

    Interface SourceViewNodeProvenance

    interface SourceViewNodeProvenance {
        kind: "source";
        sourceEdgeKeys: readonly [];
        sourceNodeKeys: readonly [string];
        visibleKey: string;
    }
    Index
    kind: "source"
    sourceEdgeKeys: readonly []
    sourceNodeKeys: readonly [string]
    visibleKey: string