interface LabeledDiffGraph {
    graph: DataflowGraph;
    label: string;
    mark?: Set<MermaidMarkdownMark>;
}

Properties

Properties

label: string