Page Contents

Home > @loopback/context > ContextObserver > filter

ContextObserver.filter property

An optional filter function to match bindings. If not present, the listener will be notified of all binding events.

Signature:

filter?: BindingFilter;