fireTriggerProperty

fun fireTriggerProperty(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String)

Fire a trigger property 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 fired. Slash delimited.

Throws

If the CommandQueue has been released.