y property
The y
read-only property of the DOMRectReadOnly
interface
represents the y coordinate of the DOMRect
's origin.
Implementation
external double get y;
set
y
(num value)
Implementation
external set y(num value);