SetEffectivePropertyValueForNodeParameter

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

Constructors

constructor(nodeId: Int, propertyName: String, value: String)

Properties

Link copied to clipboard
val nodeId: Int

The element id for which to set property.

Link copied to clipboard
Link copied to clipboard