Page Contents
Home > @loopback/context > ContextSubscriptionManager > _observers
ContextSubscriptionManager._observers property
A list of registered context observers. The Set will be created when the first observer is added.
Signature:
protected _observers: Set<ContextEventObserver> | undefined;