ts-graphviz
    Preparing search index...

    Interface NodeConstructor

    interface NodeConstructor {
        new NodeConstructor(
            id: string,
            attributes?: NodeAttributesObject,
        ): NodeModel;
        new NodeConstructor(...args: any[]): NodeModel;
    }
    Index

    Constructors

    Constructors