DOMRectReadOnly
Module: JavaScript DOM API
Readonly DOM Rectangle object.
#include <DOMRectReadOnly.idl>
Inherited by DOMRect
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| readonly attribute double | x |
| readonly attribute double | y |
| readonly attribute double | width |
| readonly attribute double | height |
| readonly attribute double | top |
| readonly attribute double | right |
| readonly attribute double | bottom |
| readonly attribute double | left |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable x
Section titled “variable x”readonly attribute double x;variable y
Section titled “variable y”readonly attribute double y;variable width
Section titled “variable width”readonly attribute double width;variable height
Section titled “variable height”readonly attribute double height;variable top
Section titled “variable top”readonly attribute double top;variable right
Section titled “variable right”readonly attribute double right;variable bottom
Section titled “variable bottom”readonly attribute double bottom;variable left
Section titled “variable left”readonly attribute double left;© 2026 Coherent Labs. All rights reserved.