@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="MutationRecord")
public class MutationRecord
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
MutationRecord() |
| Modifier and Type | Method and Description |
|---|---|
NodeList |
addedNodes() |
java.lang.String |
attributeName() |
java.lang.String |
attributeNamespace() |
Node |
nextSibling() |
java.lang.String |
oldValue() |
Node |
previousSibling() |
NodeList |
removedNodes() |
Node |
target() |
java.lang.String |
type() |
@JsProperty(name="addedNodes") @Nonnull public NodeList addedNodes()
@JsProperty(name="attributeName") @Nullable public java.lang.String attributeName()
@JsProperty(name="attributeNamespace") @Nullable public java.lang.String attributeNamespace()
@JsProperty(name="nextSibling") @Nullable public Node nextSibling()
@JsProperty(name="oldValue") @Nullable public java.lang.String oldValue()
@JsProperty(name="previousSibling") @Nullable public Node previousSibling()
@JsProperty(name="removedNodes") @Nonnull public NodeList removedNodes()
@JsProperty(name="target") @Nonnull public Node target()
@JsProperty(name="type") @Nonnull public java.lang.String type()