Readonly
bottomThe bottom
read-only property of the DOMRectReadOnly
interface returns the bottom coordinate value of the DOMRect
.
Readonly
heightThe height
read-only property of the DOMRectReadOnly
interface represents the height of the DOMRect
.
Readonly
leftThe left
read-only property of the DOMRectReadOnly
interface returns the left coordinate value of the DOMRect
.
Readonly
rightThe right
read-only property of the DOMRectReadOnly
interface returns the right coordinate value of the DOMRect
.
Readonly
topThe top
read-only property of the DOMRectReadOnly
interface returns the top coordinate value of the DOMRect
.
Readonly
widthThe width
read-only property of the DOMRectReadOnly
interface represents the width of the DOMRect
.
Readonly
xThe x
read-only property of the DOMRectReadOnly
interface represents the x coordinate of the DOMRect
's origin.
Readonly
yThe y
read-only property of the DOMRectReadOnly
interface represents the y coordinate of the DOMRect
's origin.
The
DOMRectReadOnly
interface specifies the standard properties (also used by DOMRect) to define a rectangle whose properties are immutable.MDN Reference