ts-graphviz
    Preparing search index...

    Interface RootGraphConstructor

    interface RootGraphConstructor {
        new RootGraphConstructor(
            id?: string,
            attributes?: GraphAttributesObject,
        ): RootGraphModel;
        new RootGraphConstructor(
            id?: string,
            strict?: boolean,
            attributes?: GraphAttributesObject,
        ): RootGraphModel;
        new RootGraphConstructor(
            strict?: boolean,
            attributes?: GraphAttributesObject,
        ): RootGraphModel;
        new RootGraphConstructor(
            attributes?: GraphAttributesObject,
        ): RootGraphModel;
        new RootGraphConstructor(...args: any[]): RootGraphModel;
    }
    Index

    Constructors

    Constructors