y property

double get y
override

The DOMPoint interface's y property holds the vertical coordinate, y, for a point in space.

Unless transforms have been applied to alter the orientation, the value of y increases downward and decreases upward.

Implementation

external double get y;
set y (num value)

Implementation

external set y(num value);