BindingWatcher
Extends EventEmitter
Represents an active connection watching a source binding point for changes/invocations
Returned from the watch method.
Methods
unwatch
()
Stops monitoring this binding source
Properties
condition
Object
Returns the condition of the binding point being listened to
indicies
Number
Returns the indicies of the binding point being listened to
name
String
Returns the name of the binding point being listened to
value
Object
Returns the last received value for the source binding point
Events
invoked
Fired when the source binding point is triggered
Event Payload:
-
value
ObjectThe value supplied from the source binding
-
source
BindingWatcherThis object