Newer Version Available

This content describes an older version of this product. View Latest

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.