No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Application Access Control
The access attribute
on the aura:application tag indicates
whether the app can be extended outside of the app’s namespace.
Possible values are listed below.
| Modifier | Description |
|---|---|
| global | The app can be extended by another app in any namespace if extensible="true" is set on the aura:application tag. |
| public | The app can be extended by another app within the same namespace only. This is the default access level. |