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

    The structure of the serialized DataflowGraph.

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

    Properties

    _unknownSideEffects: UnknownSideEffect[]
    edgeInformation: [NodeId, [NodeId, DfEdge][]][]
    rootVertices: NodeId[]
    vertexInformation: [NodeId, DataflowGraphVertexInfo][]