webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
MutationRecord Interface Reference

import"MutationRecord.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
 

Member Data Documentation

◆ addedNodes

readonly attribute NodeList MutationRecord::addedNodes

◆ attributeName

readonly attribute DOMString MutationRecord::attributeName

◆ attributeNamespace

readonly attribute DOMString MutationRecord::attributeNamespace

◆ nextSibling

readonly attribute Node MutationRecord::nextSibling

◆ oldValue

readonly attribute DOMString MutationRecord::oldValue

◆ previousSibling

readonly attribute Node MutationRecord::previousSibling

◆ removedNodes

readonly attribute NodeList MutationRecord::removedNodes

◆ target

readonly attribute Node MutationRecord::target

◆ type

readonly attribute DOMString MutationRecord::type

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