isDashboardTabSwitched()
Home > @gooddata/sdk-ui-dashboard > isDashboardTabSwitched
isDashboardTabSwitched() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Type guard that checks if an event is a DashboardTabSwitched event.
Signature:
isDashboardTabSwitched: (event: any) => event is DashboardTabSwitched
Parameters
| Parameter | Type | Description | 
|---|---|---|
| event | any | event to check | 
Returns:
event is DashboardTabSwitched
true if the event is a DashboardTabSwitched event