({ init : function (component, event, helper) { var myPageRef = component.get("v.pageReference"); var userId = myPageRef.state.c__userId; var userName =myPageRef.state.c__userName; component.set("v.Id",userId); component.set("v.Name",userName); } // closeModal: function(component, event, helper) { // $A.get("e.force:closeQuickAction").fire(); // } })