window.ResizeObserverSize
See: ResizeObserverSize
Since: v8.1
ResizeObserverSize(inlineSize, blockSize)
Represents the size of an element's observed box.
Param
Type
Description
inlineSize
numberThe size of the element in the inline direction.
blockSize
numberThe 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.