MutationObserverInit
Overview
The MutationObserverInit dictionary describes the configuration of a mutation observer. As such, it's primarily used as the type of the options parameter on the MutationObserver.observe() method.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
attributeFilter
property attributeFilter: String read write;
String attributeFilter { get; set; }
var attributeFilter: String { get{} set{} }
String attributeFilter { __get; __set; }
Property attributeFilter() As String
attributeOldValue
property attributeOldValue: String read write;
String attributeOldValue { get; set; }
var attributeOldValue: String { get{} set{} }
String attributeOldValue { __get; __set; }
Property attributeOldValue() As String
attributes
property attributes: Boolean read write;
Boolean attributes { get; set; }
var attributes: Boolean { get{} set{} }
Boolean attributes { __get; __set; }
Property attributes() As Boolean
characterData
property characterData: dynamic read write;
dynamic characterData { get; set; }
var characterData: dynamic { get{} set{} }
dynamic characterData { __get; __set; }
Property characterData() As dynamic
characterDataOldValue
property characterDataOldValue: String read write;
String characterDataOldValue { get; set; }
var characterDataOldValue: String { get{} set{} }
String characterDataOldValue { __get; __set; }
Property characterDataOldValue() As String
childList
property childList: Boolean read write;
Boolean childList { get; set; }
var childList: Boolean { get{} set{} }
Boolean childList { __get; __set; }
Property childList() As Boolean
subtree
property subtree: Boolean read write;
Boolean subtree { get; set; }
var subtree: Boolean { get{} set{} }
Boolean subtree { __get; __set; }
Property subtree() As Boolean