ReadonlybottomThe bottom read-only property of the DOMRectReadOnly interface returns the bottom coordinate value of the DOMRect.
ReadonlyheightThe height read-only property of the DOMRectReadOnly interface represents the height of the DOMRect.
ReadonlyleftThe left read-only property of the DOMRectReadOnly interface returns the left coordinate value of the DOMRect.
ReadonlyrightThe right read-only property of the DOMRectReadOnly interface returns the right coordinate value of the DOMRect.
ReadonlytopThe top read-only property of the DOMRectReadOnly interface returns the top coordinate value of the DOMRect.
ReadonlywidthThe width read-only property of the DOMRectReadOnly interface represents the width of the DOMRect.
ReadonlyxThe x read-only property of the DOMRectReadOnly interface represents the x coordinate of the DOMRect's origin.
ReadonlyyThe y read-only property of the DOMRectReadOnly interface represents the y coordinate of the DOMRect's origin.
The
DOMRectReadOnlyinterface specifies the standard properties (also used by DOMRect) to define a rectangle whose properties are immutable.MDN Reference