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