Back to Content

DOMRect: height property

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

latest334 B
Original Source

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

The height property of the {{domxref("DOMRect")}} interface represents the height of the rectangle. The value can be negative.

Value

A double.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("DOMRectReadOnly")}}