Component Access Control

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

Possible values are listed below.

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

Components aren’t directly addressable via a URL. To check your component output, embed your component in a .app resource.

Note