isDashboardTabCreated()
Home > @gooddata/sdk-ui-dashboard > isDashboardTabCreated
isDashboardTabCreated() 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 DashboardTabCreated event.
Signature:
isDashboardTabCreated: (event: any) => event is DashboardTabCreated
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
event |
any |
Returns:
event is DashboardTabCreated