AttributeModifiedParameter

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

Fired when Element's attribute is modified.

Constructors

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

Properties

Link copied to clipboard

Attribute name.

Link copied to clipboard
val nodeId: Int

Id of the node that has changed.

Link copied to clipboard

Attribute value.