Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-browser
/
web.intersection
/
IntersectionObserverInit
Intersection
Observer
Init
web
interface
IntersectionObserverInit
(
source
)
Members
Properties
root
Link copied to clipboard
web
abstract
var
root
:
ParentNode
?
root
Margin
Link copied to clipboard
web
abstract
var
rootMargin
:
String
?
threshold
Link copied to clipboard
web
abstract
var
threshold
:
ReadonlyArray
<
JsDouble
>
?