Skip to content

Documentation / @ripl/dom / DOMElementResizeEvent

Interface: DOMElementResizeEvent ​

Defined in: dom/src/dom.ts:23

Simplified resize event containing the new dimensions of the observed element.

Properties ​

PropertyTypeDescriptionDefined in
heightnumberNew height of the observed element, in pixels.dom/src/dom.ts:27
widthnumberNew width of the observed element, in pixels.dom/src/dom.ts:25