Class BindingsContext

An object for observing creates bindings. Can be used with Bindings.setBindingObserver to set the global bindings observer

Implements

Constructors

Properties

The bindings gathered when created using Bindings routines

checker: Checker

The type checker of the current context.

The commands produced by the gathered bindings

disposables: Subscription[]

For each gathered binding, listening the produced commands

Accessors

Methods

  • Type Parameters

    • C extends Command

      The type of the command to return.

    Parameters

    • index: number

      The index of the command (in the order of production)

    Returns undefined | C

    The command at the given index. The command is casted into the provided generic type.

Generated using TypeDoc