SetEffectivePropertyValueForNodeRequest

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

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
Link copied to clipboard