set Boolean Property
fun setBooleanProperty(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, value: Boolean)
Set a boolean property's value on the view model instance.
Parameters
view Model Instance Handle
The handle of the view model instance that the property belongs to.
property Path
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.