ts-graphviz
    Preparing search index...

    Interface SubgraphConstructor

    interface SubgraphConstructor {
        new SubgraphConstructor(
            id?: string,
            attributes?: SubgraphAttributesObject,
        ): SubgraphModel;
        new SubgraphConstructor(
            attributes?: SubgraphAttributesObject,
        ): SubgraphModel;
        new SubgraphConstructor(...args: any[]): SubgraphModel;
    }
    Index

    Constructors

    Constructors