---
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) &gt; [@loopback/context](./context.md) &gt; [Context](./context.context.md) &gt; [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;
```

