MutationObserver
Constructors
<init>
Exposes the JavaScript MutationObserver to Kotlin
MutationObserver
(
callback
:
(
Array
<
MutationRecord
>
,
MutationObserver
)
->
Unit
)
Functions
disconnect
fun
disconnect
(
)
observe
fun
observe
(
target
:
Node
,
options
:
MutationObserverInit
=
definedExternally
)
takeRecords
fun
takeRecords
(
)
:
Array
<
MutationRecord
>