Skip to content

Commit

Permalink
Create DataChange_CE.evt
Browse files Browse the repository at this point in the history
  • Loading branch information
rapsacnz authored Sep 14, 2017
1 parent a434415 commit 0887cbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/aura/DataChange_CE/DataChange_CE.evt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<aura:event type="COMPONENT" description="General change event" >
<aura:attribute name="type" default="DATA_CHANGE" type="string" description="can be anything - use this to verify that the data you receiving is what you expect"/>
<aura:attribute name="data" default="{}" type="Object" description="Object holding changed data"/>
</aura:event>

0 comments on commit 0887cbe

Please sign in to comment.