MutationRecord

Module: JavaScript DOM API

#include <MutationRecord.idl>

Public Attributes

Name
readonly attribute DomStringtype
readonly attribute Nodetarget
readonly attribute NodeListaddedNodes
readonly attribute NodeListremovedNodes
readonly attribute NodepreviousSibling
readonly attribute NodenextSibling
readonly attribute DomStringattributeName
readonly attribute DomStringattributeNamespace
readonly attribute DomStringoldValue

Public Attributes Documentation

variable type

readonly attribute DomString type;

variable target

readonly attribute Node target;

variable addedNodes

readonly attribute NodeList addedNodes;

variable removedNodes

readonly attribute NodeList removedNodes;

variable previousSibling

readonly attribute Node previousSibling;

variable nextSibling

readonly attribute Node nextSibling;

variable attributeName

readonly attribute DomString attributeName;

variable attributeNamespace

readonly attribute DomString attributeNamespace;

variable oldValue

readonly attribute DomString oldValue;