ResizeObserverEntry
#include <ResizeObserverEntry.idl>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| readonly attribute Element | target |
| readonly attribute DOMRectReadOnly | contentRect |
| readonly attribute sequence< ResizeObserverSize > | borderBoxSize |
| readonly attribute sequence< ResizeObserverSize > | contentBoxSize |
| readonly attribute sequence< ResizeObserverSize > | devicePixelContentBoxSize |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable target
Section titled “variable target”readonly attribute Element target;variable contentRect
Section titled “variable contentRect”readonly attribute DOMRectReadOnly contentRect;variable borderBoxSize
Section titled “variable borderBoxSize”readonly attribute sequence< ResizeObserverSize > borderBoxSize;variable contentBoxSize
Section titled “variable contentBoxSize”readonly attribute sequence< ResizeObserverSize > contentBoxSize;variable devicePixelContentBoxSize
Section titled “variable devicePixelContentBoxSize”readonly attribute sequence< ResizeObserverSize > devicePixelContentBoxSize;© 2026 Coherent Labs. All rights reserved.