From 49fae9354566ec4c1147e36fbfa0f6405e191ede Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Thu, 4 Feb 2021 08:44:25 +0100
Subject: [PATCH] Document reserved events

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 84303a9b..6331f417 100644
--- a/README.md
+++ b/README.md
@@ -36,3 +36,11 @@ the version number in its `package.json` is higher than the version number on np
 | `auth`            | Authentication information, set by the authentication component     |
 | `lang`            | Currently selected language, set by the language selector           |
 | `entry-point-url` | Entry point url for all api requests                                |
+
+## Reserved events
+
+| Event              | Description                                                                        |
+| ------------------ | ---------------------------------------------------------------------------------- |
+| `dbp-subscribe`    | Event to tell a provider that the component wants to subscribe to an attribute     |
+| `dbp-unsubscribe`  | Event to tell a provider that the component wants to unsubscribe from an attribute |
+| `dbp-set-property` | Event to tell a provider that a property should be changed                         |
-- 
GitLab