removeFromList

fun removeFromList(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, itemHandle: ViewModelInstanceHandle)

Removes a view model instance from a list property.

Parameters

viewModelInstanceHandle

The handle of the view model instance that owns the list property.

propertyPath

The path to the list property. Slash delimited.

itemHandle

The handle of the view model instance to remove from the list.

Throws

If the CommandQueue has been released.