rootBounds property
DOMRectReadOnly?
get
rootBounds
The IntersectionObserverEntry interface's
read-only rootBounds
property is a
DOMRectReadOnly corresponding to the
IntersectionObserverEntry.target's root intersection
rectangle, offset by the IntersectionObserver.rootMargin if one is
specified.
Implementation
external DOMRectReadOnly? get rootBounds;