MutationObserverInit

JS
1.1
fun MutationObserverInit(
    childList: Boolean? = false,
    attributes: Boolean? = undefined,
    characterData: Boolean? = undefined,
    subtree: Boolean? = false,
    attributeOldValue: Boolean? = undefined,
    characterDataOldValue: Boolean? = undefined,
    attributeFilter: Array<String>? = undefined
): MutationObserverInit

(source)