ts-graphviz
    Preparing search index...

    Interface ModelsContext

    interface ModelsContext {
        Digraph: RootGraphConstructor;
        Edge: EdgeConstructor;
        Graph: RootGraphConstructor;
        Node: NodeConstructor;
        Subgraph: SubgraphConstructor;
    }
    Index

    Properties