ChangedHidingData

interface ChangedHidingData : SubscribableEvent.Value

The Value event that doesn't emit the value of the watched data node when raised.

Properties

Link copied to clipboard
abstract val acknowledged: Boolean

Indicates whether the value being notified has been acknowledged by the back end.

Link copied to clipboard
abstract val isAcknowledgement: Boolean

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
abstract val subscription: Subscription

The Subscription instance that notifies this instance of SubscribableEvent.