Share via


DragPoint interface

An x/y coordinate pair, e.g. { x: 100, y: 200 }.

Properties

x

The x-coordinate.

y

The y-coordinate.

Property Details

x

The x-coordinate.

x: number

Property Value

number

y

The y-coordinate.

y: number

Property Value

number