@eagleoutice/flowr - v2.13.14
    Preparing search index...

    Interface DataflowGraphJson

    The structure of the serialized DataflowGraph.

    interface DataflowGraphJson {
        _unknownSideEffects: UnknownSideEffect[];
        edgeInformation: [NodeId, [NodeId, DfEdge][]][];
        rootVertices: NodeId[];
        vertexInformation: [NodeId, DataflowGraphVertexInfo][];
    }
    Index
    _unknownSideEffects: UnknownSideEffect[]
    edgeInformation: [NodeId, [NodeId, DfEdge][]][]
    rootVertices: NodeId[]
    vertexInformation: [NodeId, DataflowGraphVertexInfo][]