kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
browser-ext
/
com.varabyte.kobweb.browser.dom.observers
/
IntersectionObserver
/
Options
Options
class
Options
(
val
root
:
Element
?
=
null
,
val
rootMargin
:
String
?
=
null
,
val
thresholds
:
List
<
Double
>
?
=
null
)
(
source
)
Members
Constructors
Options
Link copied to clipboard
constructor
(
root
:
Element
?
=
null
,
rootMargin
:
String
?
=
null
,
thresholds
:
List
<
Double
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
root
Link copied to clipboard
val
root
:
Element
?
=
null
root
Margin
Link copied to clipboard
val
rootMargin
:
String
?
=
null
thresholds
Link copied to clipboard
val
thresholds
:
List
<
Double
>
?
=
null