swap List Items
fun swapListItems(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, indexA: Int, indexB: Int)
Swaps two items in a list property by their indices.
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 A
The index of the first item to swap.
index B
The index of the second item to swap.
Throws
If the CommandQueue has been released.