Private
Readonly
bindsThe bindings gathered when created using Bindings
routines
Readonly
checkerThe type checker of the current context.
Private
Readonly
cmdsThe commands produced by the gathered bindings
Private
Readonly
disposablesFor each gathered binding, listening the produced commands
A read-only array of the gathered bindings.
The type of the command to return.
The index of the command (in the order of production)
The command at the given index. The command is casted into the provided generic type.
binding The binding to consider
The commands produced by the given binding.
Adds a binding to observe.
The binding to observe.
Generated using TypeDoc
An object for observing creates bindings. Can be used with
Bindings.setBindingObserver
to set the global bindings observer