Created
February 8, 2019 10:28
-
-
Save simpluslabs/d172a4237720e0f3a5cb9ef593a44116 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
({ | |
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