Added Removed
Subscribable event type that combines Added and Removed.
Note that when subscribing with Subscriber.subscribe, the passed callback function will actually receive instances of either Added or Removed notifications.
Inheritors
Properties
Link copied to clipboard
The notification of this SubscribableEvent only reports a value acknowledgement without change.
Link copied to clipboard
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
The value of the updated child node of the watched data node.