Interface: Size
Represents the size of an HTML element with possible undefined values initially.
Size
Table of contents
Properties
Properties
height
• height: undefined
| number
The height of the element in pixels, or undefined if not set.
Defined in
hooks/resize-observer.ts:13 (opens in a new tab)
width
• width: undefined
| number
The width of the element in pixels, or undefined if not set.