data class AttributeModifiedEvent : DOMEvent
Fired when Element's attribute is modified.
<init> |
Fired when AttributeModifiedEvent(nodeId: NodeId, name: String, value: String) |
name |
Attribute name. val name: String |
nodeId |
Id of the node that has changed. val nodeId: NodeId |
value |
Attribute value. val value: String |