function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Megha Mittal 19Megha Mittal 19 

Override standard close button method on a modal with a custom method in lightning

I have a page where I am creating a quickaction and having a lightning component fire on it. Need to change the action that happens on close. Can someone help me with the method name and how I can override the close button
SabrentSabrent
What do you want to do when you click the close button on the Modal pop up? 
Please post code snippet of your lightning component, JS controller/Helper , Apex controller(if any)