@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface MutationObserverInit.Builder
extends MutationObserverInit
MutationObserverInit.Builder| Modifier and Type | Method and Description |
|---|---|
default MutationObserverInit.Builder |
attributeFilter(JsArray<java.lang.String> attributeFilter)
The MutationObserverInit dictionary's optional attributeFilter property is an array of strings specifying the names of the attributes whose values are to be monitored for changes.
|
default MutationObserverInit.Builder |
attributeFilter(java.lang.String... attributeFilter)
The MutationObserverInit dictionary's optional attributeFilter property is an array of strings specifying the names of the attributes whose values are to be monitored for changes.
|
default MutationObserverInit.Builder |
attributeOldValue(boolean attributeOldValue)
The MutationObserverInit dictionary's optional attributeOldValue property is used to specify whether or not to record the prior value of the altered attribute in MutationRecord objects denoting attribute value changes.
|
default MutationObserverInit.Builder |
attributes(boolean attributes)
The MutationObserverInit dictionary's optional attributes property is used to specify whether or not to watch for attribute value changes on the node or nodes being observed.
|
default MutationObserverInit.Builder |
characterData(boolean characterData)
The MutationObserverInit dictionary's optional characterData property is used to specify whether or not to monitor the node or nodes being observed for changes to their textual contents.
|
default MutationObserverInit.Builder |
characterDataOldValue(boolean characterDataOldValue)
The MutationObserverInit dictionary's optional characterDataOldValue property is used to specify whether or not the MutationRecord.oldValue property for DOM mutations should be set to the previous value of text nodes which changed.
|
default MutationObserverInit.Builder |
childList(boolean childList)
The MutationObserverInit dictionary's optional childList property indicates whether or not to monitor the specified node or nodes for the addition or removal of new child nodes.
|
default MutationObserverInit.Builder |
subtree(boolean subtree)
The MutationObserverInit dictionary's optional subtree property can be set to true to monitor the targeted node and all of its descendants.
|
attributeFilter, attributeOldValue, attributes, characterData, characterDataOldValue, childList, of, setAttributeFilter, setAttributeFilter, setAttributeOldValue, setAttributes, setCharacterData, setCharacterDataOldValue, setChildList, setSubtree, subtree@JsOverlay @Nonnull default MutationObserverInit.Builder attributeFilter(@Nonnull JsArray<java.lang.String> attributeFilter)
@JsOverlay @Nonnull default MutationObserverInit.Builder attributeFilter(@Nonnull java.lang.String... attributeFilter)
@JsOverlay @Nonnull default MutationObserverInit.Builder attributeOldValue(boolean attributeOldValue)
@JsOverlay @Nonnull default MutationObserverInit.Builder attributes(boolean attributes)
@JsOverlay @Nonnull default MutationObserverInit.Builder characterData(boolean characterData)
@JsOverlay @Nonnull default MutationObserverInit.Builder characterDataOldValue(boolean characterDataOldValue)
@JsOverlay @Nonnull default MutationObserverInit.Builder childList(boolean childList)
@JsOverlay @Nonnull default MutationObserverInit.Builder subtree(boolean subtree)