MutationObserverInit

external interface MutationObserverInit

Exposes the JavaScript MutationObserverInit to Kotlin

Properties

attributeFilter
Link copied to clipboard
open var attributeFilter: Array<String>?
attributeOldValue
Link copied to clipboard
open var attributeOldValue: Boolean?
attributes
Link copied to clipboard
open var attributes: Boolean?
characterData
Link copied to clipboard
open var characterData: Boolean?
characterDataOldValue
Link copied to clipboard
open var characterDataOldValue: Boolean?
childList
Link copied to clipboard
open var childList: Boolean?
subtree
Link copied to clipboard
open var subtree: Boolean?