data class AttributeModifiedEvent : DOMEvent
<init> |
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 |