Definition
Geometry Interfaces Module Level 1 defines DOMRectReadOnly
[Exposed=(Window,Worker),
Serializable]
interface DOMRectReadOnly {
constructor(optional unrestricted double x = 0, optional unrestricted double y = 0,
optional unrestricted double width = 0, optional unrestricted double height = 0);
[NewObject] static DOMRectReadOnly fromRect(optional DOMRectInit other = {});
readonly attribute unrestricted double x;
readonly attribute unrestricted double y;
readonly attribute unrestricted double width;
readonly attribute unrestricted double height;
readonly attribute unrestricted double top;
readonly attribute unrestricted double right;
readonly attribute unrestricted double bottom;
readonly attribute unrestricted double left;
[Default] object toJSON();
};
Methods and attributes that return objects implementing DOMRectReadOnly
DOMRectReadOnly()
PerformanceElementTiming.intersectionRect
LayoutShiftAttribution.previousRect
LayoutShiftAttribution.currentRect
DOMRectReadOnly.fromRect()
IntersectionObserverEntry.rootBounds
IntersectionObserverEntry.boundingClientRect
IntersectionObserverEntry.intersectionRect
ResizeObserverEntry.contentRect
SVGAnimatedRect.animVal
VideoFrame.codedRect
VideoFrame.visibleRect
Referring IDL interfaces/dictionaries
Referring specifications
- Element Timing API refers to
DOMRectReadOnly
- Layout Instability API refers to
DOMRectReadOnly
- Accelerated Shape Detection in Images refers to
DOMRectReadOnly
- Accelerated Text Detection in Images refers to
DOMRectReadOnly
- CSSOM View Module refers to
DOMRectReadOnly
- Intersection Observer refers to
DOMRectReadOnly
- Resize Observer refers to
DOMRectReadOnly
- Scalable Vector Graphics (SVG) 2 refers to
DOMRectReadOnly
- WebCodecs refers to
DOMRectReadOnly