No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Event Access Control
The access attribute
on the aura:event tag indicates
whether the event can be used or extended outside of the event’s
namespace.
Possible values are listed below.
| Modifier | Description |
|---|---|
| global | The event can be used or extended in any namespace. |
| public | The event can be used or extended within the same namespace only. This is the default access level. |