Graphora API
    Preparing search index...

    Interface SourceViewEdgeProvenance

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