data class ValueChangedWithDataEvent : Event
Notification of a subscribed ValueChanged.WithData event type to a Callback function.
val node: DatasyncNode
The data node watched by the subscription. |
|
val subscription: Subscription
The Subscription instance that sends this notification Event. |
|
val value: DatasyncValuable
The value of the watched data node. |