Skip to content

Instantly share code, notes, and snippets.

@rgonola
rgonola / applicationEvent.evt
Created March 5, 2022 15:01 — forked from pozil/applicationEvent.evt
Ligthning - Passing data up and around the component hierarchy via an application component
<aura:event type="APPLICATION">
<aura:attribute name="param" type="String"/>
</aura:event>