Module

Web.Intersection.Observer.Entry

Package
purescript-intersection-observer
Repository
grybiena/intersection-observer

#IntersectionObserverEntry Source

type IntersectionObserverEntry = { boundingClientRect :: DOMRect, intersectionRatio :: Number, intersectionRect :: DOMRect, isIntersecting :: Boolean, rootBounds :: DOMRect, target :: Element, time :: Number }