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

    Interface NamedGraph<Graph>

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

    Type Parameters

    Index

    Properties

    Properties

    graph: Graph
    name: string