July 2018
Beginner to intermediate
458 pages
9h 58m
English
An access attribute defines whether a component is available globally or is just public. Global components can be accessed outside the namespace. If an AppExchange vendor allows subscriber organizations to use components, they will be marked as global.
The syntax with the access attribute should be as follows:
<aura:component access="global"><!-- Optional coponent attributes here --><!-- Optional HTML markup --></aura:component>
Read now
Unlock full access