Tab Refreshed

lightning:tabRefreshed

Fires when a Console workspace or subtab has been successfully refreshed.

For Use In

Lightning Experience

lightning:tabRefreshed is an application event that indicates a tab has been refreshed successfully. This event is supported in Lightning console apps only.

Handle the event using aura:handler.

In your client-side controller, retrieve the ID of the tab that's refreshed.

For more information, see the Salesforce Console Developer Guide.

NameDescriptionTypeDefaultRequired
tabIdThe currently refreshed tab ID.stringYes