MutationObserverInit

JS
1.1
interface MutationObserverInit
(source)

Exposes the JavaScript MutationObserverInit to Kotlin

Properties

JS
1.1

attributeFilter

open var attributeFilter : Array < String > ?
JS
1.1

attributeOldValue

open var attributeOldValue : Boolean ?
JS
1.1

attributes

open var attributes : Boolean ?
JS
1.1

characterData

open var characterData : Boolean ?
JS
1.1

characterDataOldValue

open var characterDataOldValue : Boolean ?
JS
1.1

childList

open var childList : Boolean ?
JS
1.1

subtree

open var subtree : Boolean ?