Newer Version Available
Application Access Control
The access attribute on the aura:application tag indicates whether the app can be used outside
of the app’s namespace.
Possible values are listed below.
| Modifier | Description |
|---|---|
| public | Available within the same namespace. This is the default access value. |
| global | Available in all namespaces. |