Property

data class Property(val type: ViewModel.PropertyDataType, val name: String)

A description of a property in the ViewModel.

These can't be used to get or set the value of the property. For that, you will need a ViewModelInstance and use its methods.

Constructors

Link copied to clipboard
constructor(type: ViewModel.PropertyDataType, name: String)

Properties

Link copied to clipboard
Link copied to clipboard