SetNodeValueRequest

@Serializable
data class SetNodeValueRequest(val nodeId: NodeId, val value: String)(source)

Request object containing input parameters for the DOMDomain.setNodeValue command.

Constructors

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

Properties

Link copied to clipboard

Id of the node to set value for.

Link copied to clipboard

New node's value.