July 2018
Beginner to intermediate
458 pages
9h 58m
English
To extract event values, the code snippet is as follows:
{
handleApplicationEvent : function(component, event) {
var message = event.getParam("message");}
Note the use of event.getParam(), to extract the parameter from the attributes of the fired event.
Read now
Unlock full access