Changed

The Value event that additionally emits the new value of the watched data node when raised.

Properties

Link copied to clipboard

The notification of this SubscribableEvent only reports a value acknowledgement without change.

Link copied to clipboard
abstract val node: DatasyncNode

The data node watched by the notifying subscription.

Link copied to clipboard

The Subscription instance that notifies this instance of SubscribableEvent.

Link copied to clipboard
abstract val value: DatasyncValue

The new value of the watched data node.