AttributeRemoved

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

Fired when Element's attribute is removed.

Official doc

Constructors

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

Properties

Link copied to clipboard

A ttribute name.

Link copied to clipboard

Id of the node that has changed.