interface NamedGraph {
    graph: DataflowGraph<DataflowGraphVertexInfo, DataflowGraphEdge>;
    name: string;
}

Properties

Properties

name: string