debug
Adds a filter, to emit an event whenever the bound value changes.
debug(): this
Notes
- For every change, an event will be emitted on Binding.debugEmitter. Events include both a reference to the binding and its new value, see Binding.DebugEvent.
Return value
The binding itself, with debug events enabled
Related
- class BindingA class that represents a property binding.