Reference
data class Reference(val parentInstance: ViewModelInstance, val path: String) : ViewModelInstanceSource
Create a reference to an existing child view model instance.
Parameters
parent Instance
The parent that contains the child.
path
The path to the child instance. Slash delimited to refer to nested properties.