aura:event

An event is represented by the aura:event tag, which has the following attributes.

AttributeTypeDescription
accessStringIndicates whether the event can be extended or used outside of its own namespace. Possible values are public (default), and global.
descriptionStringA description of the event.
extendsComponentThe event to be extended. For example, extends="namespace:myEvent".
typeStringRequired. Possible values are COMPONENT or APPLICATION.

See Also