Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created February 8, 2019 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simpluslabs/d172a4237720e0f3a5cb9ef593a44116 to your computer and use it in GitHub Desktop.
Save simpluslabs/d172a4237720e0f3a5cb9ef593a44116 to your computer and use it in GitHub Desktop.
({
lwcEventHandler : function(component, event, helper) {
var eventData = event.getParam('v');
component.set("v.textFromEvent",eventData);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment