setStringProperty

fun setStringProperty(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, value: String)

Set a string property's value on the view model instance.

Parameters

viewModelInstanceHandle

The handle of the view model instance that the property belongs to.

propertyPath

The path to the property that should be updated. Slash delimited.

value

The new value of the property.

Throws

If the CommandQueue has been released.