toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.dom.observers
/
IntersectionObserverInit
Intersection
Observer
Init
external
interface
IntersectionObserverInit
(
source
)
Members
Properties
root
Link copied to clipboard
abstract
val
root
:
ParentNode
?
root
Margin
Link copied to clipboard
abstract
val
rootMargin
:
String
?
threshold
Link copied to clipboard
abstract
val
threshold
:
ReadonlyArray
<
Double
>
?