The MutationObserverInit dictionary describes the configuration
a mutation observer. As such, it's primarily used as the type
the options parameter on the MutationObserver.observe()
method.
The MutationObserverInit dictionary describes the configuration a mutation observer. As such, it's primarily used as the type the options parameter on the `MutationObserver.observe()` method.
(attribute-filter this)
Property.
The web.dom.MutationObserverInit
dictionary's optional attributeFilter
is an array of strings specifying the names of the attributes
values are to be monitored for changes.
var options = { attributeFilter: [ \"list\", \"of\", \"attribute\", \"names\" ] }
See also: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/attributeFilter
Property. The `web.dom.MutationObserverInit` dictionary's optional attributeFilter is an array of strings specifying the names of the attributes values are to be monitored for changes. `var options = { attributeFilter: [ \"list\", \"of\", \"attribute\", \"names\" ] }` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/attributeFilter`
(attribute-old-value this)
Property.
The web.dom.MutationObserverInit
dictionary's optional attributeOldValue
is used to specify whether or not to record the prior value of
altered attribute in web.dom.MutationRecord
objects denoting
value changes.
var options = { attributeOldValue: true | false }
See also: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/attributeOldValue
Property. The `web.dom.MutationObserverInit` dictionary's optional attributeOldValue is used to specify whether or not to record the prior value of altered attribute in `web.dom.MutationRecord` objects denoting value changes. `var options = { attributeOldValue: true | false }` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/attributeOldValue`
(attributes this)
Property.
The web.dom.MutationObserverInit
dictionary's optional attributes
is used to specify whether or not to watch for attribute value
on the node or nodes being observed.
var options = { attributes: true | false }
See also: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/attributes
Property. The `web.dom.MutationObserverInit` dictionary's optional attributes is used to specify whether or not to watch for attribute value on the node or nodes being observed. `var options = { attributes: true | false }` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/attributes`
(character-data this)
Property.
The web.dom.MutationObserverInit
dictionary's optional characterData
is used to specify whether or not to monitor the node or nodes
observed for changes to their textual contents.
var options = { characterData: true | false }
See also: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/characterData
Property. The `web.dom.MutationObserverInit` dictionary's optional characterData is used to specify whether or not to monitor the node or nodes observed for changes to their textual contents. `var options = { characterData: true | false }` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/characterData`
(set-attribute-filter! this val)
Property.
The web.dom.MutationObserverInit
dictionary's optional attributeFilter
is an array of strings specifying the names of the attributes
values are to be monitored for changes.
var options = { attributeFilter: [ \"list\", \"of\", \"attribute\", \"names\" ] }
See also: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/attributeFilter
Property. The `web.dom.MutationObserverInit` dictionary's optional attributeFilter is an array of strings specifying the names of the attributes values are to be monitored for changes. `var options = { attributeFilter: [ \"list\", \"of\", \"attribute\", \"names\" ] }` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/attributeFilter`
(set-attribute-old-value! this val)
Property.
The web.dom.MutationObserverInit
dictionary's optional attributeOldValue
is used to specify whether or not to record the prior value of
altered attribute in web.dom.MutationRecord
objects denoting
value changes.
var options = { attributeOldValue: true | false }
See also: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/attributeOldValue
Property. The `web.dom.MutationObserverInit` dictionary's optional attributeOldValue is used to specify whether or not to record the prior value of altered attribute in `web.dom.MutationRecord` objects denoting value changes. `var options = { attributeOldValue: true | false }` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/attributeOldValue`
(set-attributes! this val)
Property.
The web.dom.MutationObserverInit
dictionary's optional attributes
is used to specify whether or not to watch for attribute value
on the node or nodes being observed.
var options = { attributes: true | false }
See also: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/attributes
Property. The `web.dom.MutationObserverInit` dictionary's optional attributes is used to specify whether or not to watch for attribute value on the node or nodes being observed. `var options = { attributes: true | false }` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/attributes`
(set-character-data! this val)
Property.
The web.dom.MutationObserverInit
dictionary's optional characterData
is used to specify whether or not to monitor the node or nodes
observed for changes to their textual contents.
var options = { characterData: true | false }
See also: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/characterData
Property. The `web.dom.MutationObserverInit` dictionary's optional characterData is used to specify whether or not to monitor the node or nodes observed for changes to their textual contents. `var options = { characterData: true | false }` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/characterData`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close