interface NamedGraph<Graph = DataflowGraph> {
    graph: Graph;
    name: string;
}

Type Parameters

Properties

Properties

graph: Graph
name: string