AttributeModified

@Serializable
data class AttributeModified(val nodeId: NodeId, val name: String, val value: String) : DOMEvent

Fired when Element's attribute is modified.

Official doc

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, name: String, value: String)

Properties

Link copied to clipboard

Attribute name.

Link copied to clipboard

Id of the node that has changed.

Link copied to clipboard

Attribute value.