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