Documentation
    Preparing search index...

    Graph link structure for a node id's in the graph.

    v0.0.4

    type GraphEdgeStructure = {
        id: string;
        sources?: GraphEdgeStructure[];
        targets?: GraphEdgeStructure[];
    }
    Index

    Properties

    Properties

    id: string
    sources?: GraphEdgeStructure[]
    targets?: GraphEdgeStructure[]