Table of Contents

Class MutationObserverInit

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class MutationObserverInit
Inheritance
MutationObserverInit
Inherited Members

Constructors

MutationObserverInit()

public MutationObserverInit()

Fields

AttributeFilter

[Value("attributeFilter")]
public List<string> AttributeFilter

Field Value

List<string>

AttributeOldValue

[Value("attributeOldValue")]
public bool AttributeOldValue

Field Value

bool

Attributes

[Value("attributes")]
public bool Attributes

Field Value

bool

CharacterData

[Value("characterData")]
public bool CharacterData

Field Value

bool

CharacterDataOldValue

[Value("characterDataOldValue")]
public bool CharacterDataOldValue

Field Value

bool

ChildList

[Value("childList")]
public bool ChildList

Field Value

bool

Subtree

[Value("subtree")]
public bool Subtree

Field Value

bool