IntersectionObserverEntryInit
interface IntersectionObserverEntryInit {
boundingClientRect: DOMRectInit;
intersectionRatio: number;
intersectionRect: DOMRectInit;
isIntersecting: boolean;
rootBounds: DOMRectInit | null;
target: Element;
time: DOMHighResTimeStamp;
}§Properties
§
boundingClientRect: DOMRectInit
[src]§
intersectionRect: DOMRectInit
[src]§
rootBounds: DOMRectInit | null
[src]