You need to sign in to do that
Don't have an account?

Lightning Aura Event handler for Console navigation tab refresh
Hi,
On refreshing a tab on the console navigation on lex, my lightning component is not refreshed.
I have tried to bind the reinitialization with
What is the correct way to also refresh my lightning component on refreshing the tab ?
Thanks
On refreshing a tab on the console navigation on lex, my lightning component is not refreshed.
I have tried to bind the reinitialization with
<aura:handler event="force:refreshView" action="{!c.jsLoaded}" />but it doesnt seem to be triggered.
What is the correct way to also refresh my lightning component on refreshing the tab ?
Thanks
May I suggest you please check with below link from the forums community with a use case and clear explanation for the above issue.
- https://developer.salesforce.com/forums/?id=906F0000000DDaqIAG
Hope this helps.Please mark this as solved if it's resolved so that it gets removed from the unanswered queue which results in helping others who are encountering a similar issue.
Thanks,
Nagendra
thanks for the link you gave me.
Maybe my use case is not clear enough.
If you create a lightning app with console navigation, you will get the function on the tab to refresh the tab.
On executing this function I want to refresh my lightning component on that page, but I dont know which event handler I can use.
I already tried force:refrehView, but unfortunately this is not triggered.
https://developer.salesforce.com/docs/atlas.en-us.api_console.meta/api_console/sforce_api_console_events_tabrefreshed.htm