
main.dom.observers.IntersectionObserver.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package dom.observers
import dom.Element
import js.core.ReadonlyArray
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