Back to Content

DOMRectReadOnly: height property

files/en-us/web/api/domrectreadonly/height/index.md

latest308 B
Original Source

{{APIRef("Geometry Interfaces")}}{{AvailableInWorkers}}

The height read-only property of the DOMRectReadOnly interface represents the height of the DOMRect.

Value

A double.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("DOMRect")}}