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.
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
tabId | The currently refreshed tab ID. | string | ![]() |
