setEffectivePropertyValueForNode

Find a rule with the given active property for the given node and set the new value for this property


suspend fun setEffectivePropertyValueForNode(nodeId: Int, propertyName: String, value: String)

Find a rule with the given active property for the given node and set the new value for this property

Parameters

nodeId

The element id for which to set property.

propertyName

No description

value

No description