Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.intersection
/
IntersectionObserverInit
Intersection
Observer
Init
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
<
JsDouble
>
?