height property
The height
read-only property of the DOMRectReadOnly
interface
represents the height of the DOMRect
.
Implementation
external double get height;
set
height
(num value)
Implementation
external set height(num value);