Tab Updated
lightning:tabUpdated
Fires when a Console workspace or subtab has been updated, such as when a label, icon, or content changes.
For Use In
Lightning Experience
lightning:tabUpdated is an application event that indicates a tab has been updated 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 updated tab.
For more information, see the Salesforce Console Developer Guide.
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
tabId | The ID of the tab that was updated. | string | ![]() |
