attrChange property
int
get
attrChange
The attrChange read-only property of the MutationEvent interface
returns a number indicating what kind of change triggered the
DOMAttrModified event. The three possible values are MODIFICATION
(1), ADDITION (2) or REMOVAL (3). It has no meaning for other
events and is then set to 0.
Implementation
external int get attrChange;