window.ResizeObserverSize
See: ResizeObserverSize
Since: v8.1
ResizeObserverSize(inlineSize, blockSize)
Represents the size of an element's observed box.
Param | Type | Description |
---|---|---|
inlineSize | number | The size of the element in the inline direction. |
blockSize | number | The size of the element in the block direction. |
inlineSize : number
Read only Gets the size of the element in the inline direction.
blockSize : number
Read only Gets the size of the element in the block direction.