Getting event attributes from a handled event

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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.14.252.56