Interface Access Control

The access attribute on the aura:interface tag controls whether the interface can be used outside of the interface’s namespace.

Possible values are listed below.

ModifierDescription
publicAvailable within your org only. This is the default access value.
globalAvailable in all orgs.

A component can implement an interface using the implements attribute on the aura:component tag.