Interface DOMRectReadOnly
bottom: number;
height: number;
left: number;
right: number;
top: number;
width: number;
x: number;
y: number;
toJSON(): any;
}
Hierarchy
- DOMRectReadOnly (View Summary)
Properties
Readonlybottom
The bottom read-only property of the DOMRectReadOnly interface returns the bottom coordinate value of the DOMRect.
Readonlyheight
The height read-only property of the DOMRectReadOnly interface represents the height of the DOMRect.
Readonlyleft
The left read-only property of the DOMRectReadOnly interface returns the left coordinate value of the DOMRect.
Readonlyright
The right read-only property of the DOMRectReadOnly interface returns the right coordinate value of the DOMRect.
Readonlytop
The top read-only property of the DOMRectReadOnly interface returns the top coordinate value of the DOMRect.
Readonlywidth
The width read-only property of the DOMRectReadOnly interface represents the width of the DOMRect.
Readonlyx
The x read-only property of the DOMRectReadOnly interface represents the x coordinate of the DOMRect's origin.
Readonlyy
The 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