DashboardTabSwitchSource
Home > @gooddata/sdk-ui-dashboard > DashboardTabSwitchSource
DashboardTabSwitchSource type
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.
What triggered a ISwitchDashboardTab command.
Open-ended set of values that may grow over time; treat unknown values defensively. When omitted, the switch is a regular user-initiated tab switch.
"drillToSelf"- the switch is part of a drill to the same dashboard targeting a different tab. The drill owns the target tab's filter context, so consumers that restore per-tab filter state on switches (e.g. "Auto-save last state") should skip their restore for it.
Signature:
export type DashboardTabSwitchSource = "drillToSelf";