@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (15 loc) • 649 B
Markdown
lang: en
title: 'API docs: context.context.observers'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.context.context.observers.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context](./context.md) > [Context](./context.context.md) > [observers](./context.context.observers.md)
## Context.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;
```