ts-graphviz
    Preparing search index...

    Interface EdgeConstructor

    interface EdgeConstructor {
        new EdgeConstructor(
            targets: EdgeTargetTuple,
            attributes?: EdgeAttributesObject,
        ): EdgeModel;
        new EdgeConstructor(...args: any[]): EdgeModel;
    }
    Index

    Constructors

    Constructors