get List Size
suspend fun getListSize(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String): Int
Gets the size of a list property on the view model instance.
Return
The size of the list.
Parameters
view Model Instance Handle
The handle of the view model instance that the property belongs to.
property Path
The path to the property that should be retrieved. Slash delimited.
Throws
If the view model instance handle is invalid, or the named property does not exist or is of the wrong type.
If the CommandQueue has been released.
If the coroutine is cancelled before the operation completes.