intersectionObserverEntry top-level property

dynamic get intersectionObserverEntry

This Intersection Observer API interface describes the intersection between the target element and its root container at a specific moment of transition.

MDN Reference

Implementation

_i2.dynamic get intersectionObserverEntry => _i4.getProperty(
      _self,
      'IntersectionObserverEntry',
    );