July 2018
Beginner to intermediate
458 pages
9h 58m
English
Getting event attributes from handled events is similar to how we got the parameter value from the application event variable, using getParam(). The same syntax is as follows:
{
handleSampleEvent : function(component, event) {
var message = event.getParam("message");}
Read now
Unlock full access