All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.dom.observers.IntersectionObserverEntryInit.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.dom.observers

import js.core.HighResTimeStamp
import web.dom.Element
import web.geometry.DOMRectInit

sealed external interface IntersectionObserverEntryInit {
    var boundingClientRect: DOMRectInit
    var intersectionRatio: Double
    var intersectionRect: DOMRectInit
    var isIntersecting: Boolean
    var rootBounds: DOMRectInit?
    var target: Element
    var time: HighResTimeStamp
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy