remove From List At Index
fun removeFromListAtIndex(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, index: Int)
Removes an item from a list property at the specified index.
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.
index
The index of the item to remove.
Throws
If the CommandQueue has been released.