A series of x/y coordinate pairs in the drag path.

interface Path {
    x: number;
    y: number;
}

Properties

x y

Properties

x: number

The x-coordinate.

y: number

The y-coordinate.