RemoveAttributeParameter

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

Constructors

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

Properties

Link copied to clipboard

Name of the attribute to remove.

Link copied to clipboard
val nodeId: Int

Id of the element to remove attribute from.