nsgenbind
Loading...
Searching...
No Matches
Public Attributes | List of all members
MutationRecord Interface Reference

import <dom.idl;

Public Attributes

readonly attribute DOMString type
 
readonly attribute Node target
 
readonly attribute NodeList addedNodes
 
readonly attribute NodeList removedNodes
 
readonly attribute Node previousSibling
 
readonly attribute Node nextSibling
 
readonly attribute DOMString attributeName
 
readonly attribute DOMString attributeNamespace
 
readonly attribute DOMString oldValue
 

Detailed Description

Definition at line 149 of file dom.idl.

Member Data Documentation

◆ addedNodes

readonly attribute NodeList MutationRecord::addedNodes

Definition at line 152 of file dom.idl.

◆ attributeName

readonly attribute DOMString MutationRecord::attributeName

Definition at line 156 of file dom.idl.

◆ attributeNamespace

readonly attribute DOMString MutationRecord::attributeNamespace

Definition at line 157 of file dom.idl.

◆ nextSibling

readonly attribute Node MutationRecord::nextSibling

Definition at line 155 of file dom.idl.

◆ oldValue

readonly attribute DOMString MutationRecord::oldValue

Definition at line 158 of file dom.idl.

◆ previousSibling

readonly attribute Node MutationRecord::previousSibling

Definition at line 154 of file dom.idl.

◆ removedNodes

readonly attribute NodeList MutationRecord::removedNodes

Definition at line 153 of file dom.idl.

◆ target

readonly attribute Node MutationRecord::target

Definition at line 151 of file dom.idl.

◆ type

readonly attribute DOMString MutationRecord::type

Definition at line 150 of file dom.idl.


The documentation for this interface was generated from the following file: