Reference List Item
data class ReferenceListItem(val parentInstance: ViewModelInstance, val pathToList: String, val index: Int) : ViewModelInstanceSource
Create a reference to an existing child view model instance within a list at a given index.
Parameters
parent Instance
The parent that contains the list.
path To List
The path to the list. Slash delimited to refer to nested properties.
index
The index of the child instance in the list.