top property
The top read-only property of the DOMRectReadOnly interface
returns the top coordinate value of the DOMRect. (Has the same value as
y, or y + height if height is negative.)
Implementation
external double get top;
The top read-only property of the DOMRectReadOnly interface
returns the top coordinate value of the DOMRect. (Has the same value as
y, or y + height if height is negative.)
external double get top;