bindings/resize_observer_1 library
Resize Observer
Classes
- ResizeObserver
- The interface reports changes to the dimensions of an Element's content or border box, or the bounding box of an SVGElement.
- ResizeObserverEntry
- The interface represents the object passed to the ResizeObserver() constructor's callback function, which allows you to access the new dimensions of the Element or SVGElement being observed.
- ResizeObserverOptions
- ResizeObserverSize
-
The interface of the
Resize Observer API
is used by the ResizeObserverEntry interface to access the box sizing properties of the element being observed.