method open


dynamic open(callback)

Initiates observation and returns the initial value. The callback will be passed the updated value, and may optionally be declared to take a second argument, which will contain the previous value.

Source

open(callback) => super.open(callback);