Skip to content

Commit 549b67d

Browse files
authored
Create DataChange_AE.evt
1 parent 0887cbe commit 549b67d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)