setViewModelInstanceProperty

fun setViewModelInstanceProperty(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, valueHandle: ViewModelInstanceHandle)

Assign a view model instance to a nested view model 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 assigned to. Slash delimited.

valueHandle

The handle of the view model instance to assign.

Throws

If the CommandQueue has been released.