Property Update
data class PropertyUpdate<T>(val handle: ViewModelInstanceHandle, val propertyPath: String, val value: T)
Contains the data associated with a property update event.
Parameters
handle
The handle of the ViewModelInstance that the property belongs to.
property Path
The path to the property that was updated.
value
The new value of the property.