append To List
fun appendToList(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, itemHandle: ViewModelInstanceHandle)
Appends a view model instance to the end of a list property.
Parameters
view Model Instance Handle
The handle of the view model instance that owns the list property.
property Path
The path to the list property. Slash delimited.
item Handle
The handle of the view model instance to append to the list.
Throws
If the CommandQueue has been released.