appendToList

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

Appends a view model instance to the end of 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 append to the list.

Throws

If the CommandQueue has been released.