We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0887cbe commit 549b67dCopy full SHA for 549b67d
src/aura/DataChange_AE/DataChange_AE.evt
@@ -0,0 +1,4 @@
1
+<aura:event type="APPLICATION" description="General Application Event" >
2
+ <aura:attribute name="type" default="DATA_CHANGE" type="string" description="can be anything"/>
3
+ <aura:attribute name="data" default="{}" type="Object" description="Object holding changed data"/>
4
+</aura:event>
0 commit comments