Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.mutation
/
MutationCallback
Mutation
Callback
typealias
MutationCallback
=
(
mutations
:
ReadonlyArray
<
MutationRecord
>
,
observer
:
MutationObserver
)
->
Unit
(
source
)