Documentation / @ripl/dom / DOMElementResizeEvent
Interface: DOMElementResizeEvent
Defined in: dom/src/dom.ts:19
Simplified resize event containing the new dimensions of the observed element.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
height | number | New height of the observed element, in pixels. | dom/src/dom.ts:23 |
width | number | New width of the observed element, in pixels. | dom/src/dom.ts:21 |