Newer Version Available
Component Access Control
The access attribute
on the aura:component tag indicates
whether the component can be extended or used outside of the component’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. |