y property
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;
Implementation
external set y(num value);