SetNodeValueParameter

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

Constructors

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

Properties

Link copied to clipboard
val nodeId: Int

Id of the node to set value for.

Link copied to clipboard

New node's value.