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

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

// Automatically generated - do not modify!

package web.dom.observers

import js.core.ReadonlyArray
import web.dom.Element

external class IntersectionObserver(
    callback: IntersectionObserverCallback,
    options: IntersectionObserverInit = definedExternally,
) {
    val root: Element /* | Document */?
    val rootMargin: String
    val thresholds: ReadonlyArray
    fun disconnect()
    fun observe(target: Element)
    fun takeRecords(): ReadonlyArray
    fun unobserve(target: Element)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy