SetEffectivePropertyValueForNodeRequest

@Serializable
data class SetEffectivePropertyValueForNodeRequest(val nodeId: NodeId, val propertyName: String, val value: String)

Request object containing input parameters for the CSSDomain.setEffectivePropertyValueForNode command.

Constructors

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

Properties

Link copied to clipboard

The element id for which to set property.

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)