attrName property
String
get
attrName
The attrName
read-only property of the MutationEvent interface
returns a string with the name of the node affected by the
DOMAttrModified
event. It has no meaning for other events and is then
set to the empty string (""
).
Implementation
external String get attrName;