IntersectionObserverInit constructor

IntersectionObserverInit({
  1. JSObject? root,
  2. String rootMargin,
  3. String scrollMargin,
  4. JSAny threshold,
})

Implementation

external factory IntersectionObserverInit({
  JSObject? root,
  String rootMargin,
  String scrollMargin,
  JSAny threshold,
});