Entry
class Entry(val target: Element, val boundingClientRect: DOMRectReadOnly, val intersectionRatio: Double, val intersectionRect: DOMRectReadOnly, val isIntersecting: Boolean, val rootBounds: DOMRectReadOnly)(source)
Constructors
Link copied to clipboard
constructor(target: Element, boundingClientRect: DOMRectReadOnly, intersectionRatio: Double, intersectionRect: DOMRectReadOnly, isIntersecting: Boolean, rootBounds: DOMRectReadOnly)