Reference

data class Reference(val parentInstance: ViewModelInstance, val path: String) : ViewModelInstanceSource

Create a reference to an existing child view model instance.

Parameters

parentInstance

The parent that contains the child.

path

The path to the child instance. Slash delimited to refer to nested properties.

Constructors

Link copied to clipboard
constructor(parentInstance: ViewModelInstance, path: String)

Properties

Link copied to clipboard
Link copied to clipboard