Interface BindingsObserver

Permits to observe the bindings produced using Bindings routines.

interface BindingsObserver {
    checker: Checker;
    clearObservedBindings(): void;
    observeBinding(binding): void;
}

Implemented by

Properties

checker: Checker

The type checker of the current context.

Methods

Generated using TypeDoc