contentBoxSize property
JSArray<ResizeObserverSize>
get
contentBoxSize
The contentBoxSize
read-only property of
the ResizeObserverEntry interface returns an array containing the new
content box size of the observed element when the callback is run.
Implementation
external JSArray<ResizeObserverSize> get contentBoxSize;