Show:
Extends EventEmitter

Represents an active connection watching a source binding point for changes/invocations

Returned from the watch method.

Table of Contents

Methods

unwatch ()

Defined in Bindings4.js:102

Stops monitoring this binding source

Properties

bindableId

String

Defined in Bindings4.js:29

Returns the id of the bindable object being listened to

bindableParams

Object

Defined in Bindings4.js:45

Returns the parameters of the bindable object

bindingPointId

String

Defined in Bindings4.js:37

Returns the id of the binding point being listened to

bindingPointParams

Object

Defined in Bindings4.js:53

Returns the parameters of the binding point object

value

Object

Defined in Bindings4.js:61

Returns the last received value for the source binding point

Events

invoked

Defined in Bindings4.js:125

Fired when the source binding point is triggered

Event Payload:

  • value Object

    The value supplied from the source binding

  • source Binding4Watcher

    This object