boundingClientRect property
DOMRectReadOnly
get
boundingClientRect
The IntersectionObserverEntry interface's read-only
boundingClientRect
property returns a
DOMRectReadOnly which in essence describes a rectangle describing the
smallest rectangle that contains the entire target element.
Implementation
external DOMRectReadOnly get boundingClientRect;