Newer Version Available

This content describes an older version of this product. View Latest

lightning__tabCreated

A Lightning message channel that corresponds to the lightning:tabCreated Aura app event. This message channel is available for Lightning web components used within a Lightning console app.

Response

The response is the same as that of the lightning:tabCreated Aura app event.

LWC Example

Import the lightning__tabCreated message channel from the @salesforce/messageChannel/ scoped module. The event returns the message in the response.

For more information, see Subscribe and Unsubscribe from a Message Channel.