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 Bindings.js:92

Stops monitoring this binding source

Properties

condition

Object

Defined in Bindings.js:44

Returns the condition of the binding point being listened to

indicies

Number

Defined in Bindings.js:36

Returns the indicies of the binding point being listened to

name

String

Defined in Bindings.js:28

Returns the name of the binding point being listened to

value

Object

Defined in Bindings.js:52

Returns the last received value for the source binding point

Events

invoked

Defined in Bindings.js:115

Fired when the source binding point is triggered

Event Payload:

  • value Object

    The value supplied from the source binding

  • source BindingWatcher

    This object