Back to Content

DOMRectReadOnly: bottom property

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

latest392 B
Original Source

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

The bottom read-only property of the DOMRectReadOnly interface returns the bottom coordinate value of the DOMRect. (Has the same value as y + height, or y if height is negative.)

Value

A double.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("DOMRect")}}