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

Document reserved attributes

parent 5fa241c4
No related branches found
No related tags found
No related merge requests found
Pipeline #16522 passed
...@@ -27,3 +27,12 @@ There is an automatic publishing process initiated for each package if code is p ...@@ -27,3 +27,12 @@ There is an automatic publishing process initiated for each package if code is p
to the `master` branch, if the package isn't set to private in its `package.json` and to the `master` branch, if the package isn't set to private in its `package.json` and
the version number in its `package.json` is higher than the version number on npmjs.com. the version number in its `package.json` is higher than the version number on npmjs.com.
## Reserved attributes
| Attribute | Description |
| ----------------- | ------------------------------------------------------------------- |
| `subscribe` | Used in all components to subscribe to attributes set by a provider |
| `unsubscribe` | Reserved for future use |
| `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 |
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