SetAttributeValueParameter

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

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 element to set attribute for.

Link copied to clipboard

Attribute value.