interface NamedGraph {
    graph: DataflowGraph;
    name: string;
}

Properties

Properties

name: string