intersectionObserver top-level property
dynamic
get
intersectionObserver
provides a way to asynchronously observe changes in the intersection of a target element with an ancestor element or with a top-level document's viewport.
Implementation
_i2.dynamic get intersectionObserver => _i4.getProperty(
_self,
'IntersectionObserver',
);