d3-dag
    Preparing search index...

    Interface DagrePoint

    a control point with x and y coordinates

    interface DagrePoint {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    x coordinate

    y: number

    y coordinate