Skip to content

Instantly share code, notes, and snippets.

@choudharymanish8585
Last active August 22, 2018 09:18
Show Gist options
  • Save choudharymanish8585/40c5838ad9c9a1cca16c3669cbbffb1a to your computer and use it in GitHub Desktop.
Save choudharymanish8585/40c5838ad9c9a1cca16c3669cbbffb1a to your computer and use it in GitHub Desktop.
({
handleMessage : function(component, event, helper) {
const param = event.getParam('message');
console.log(`Account "${param.sobject.Name}" with Id ${param.sobject.Id} is ${param.event.type}!!`);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment