Tab Created
lightning:tabCreated
Fires when a Console workspace or subtab has been successfully created.
For Use In
Lightning Experience
lightning:tabCreated is an application event that indicates a tab has been created 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 new tab and set a label on the tab.
For more information, see the Salesforce Console Developer Guide.
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
tabId | The newly created tab ID. | string | ![]() |
