@loopback/docs
Version:
Documentation for LoopBack 4
24 lines (16 loc) • 853 B
Markdown
lang: en
title: 'API docs: context.contextsubscriptionmanager._observers'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/context
permalink: /doc/en/lb4/apidocs.context.contextsubscriptionmanager._observers.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context](./context.md) > [ContextSubscriptionManager](./context.contextsubscriptionmanager.md) > [\_observers](./context.contextsubscriptionmanager._observers.md)
## ContextSubscriptionManager.\_observers property
A list of registered context observers. The Set will be created when the first observer is added.
<b>Signature:</b>
```typescript
protected _observers: Set<ContextEventObserver> | undefined;
```