AttributeRemovedParameter

@Serializable
data class AttributeRemovedParameter(val nodeId: Int, val name: String)

Fired when Element's attribute is removed.

Constructors

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

Properties

Link copied to clipboard

A ttribute name.

Link copied to clipboard
val nodeId: Int

Id of the node that has changed.