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

    Interface LabeledDiffGraph

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

    Properties

    Properties

    label: string