Skip to content
Snippets Groups Projects
Unverified Commit 49fae935 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Document reserved events

parent 55b18f2c
No related branches found
No related tags found
No related merge requests found
Pipeline #16523 passed
......@@ -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 |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment