intersectionRect property
DOMRectReadOnly
get
intersectionRect
The IntersectionObserverEntry interface's
read-only intersectionRect
property is a
DOMRectReadOnly object which describes the smallest rectangle that
contains the entire portion of the target element which is currently
visible within
the intersection root.
Implementation
external DOMRectReadOnly get intersectionRect;