Visualization switcher widget allowing users to toggle between multiple visualizations.
| Name | Type | Description | Notes |
|---|---|---|---|
| active_visualization_id | str | ID of the currently active visualization in the switcher. | |
| title | str | Widget title as displayed on the dashboard. | |
| visualization_ids | [str] | IDs of all visualizations available in the switcher. | |
| widget_id | str | Widget object ID. | |
| widget_type | str | defaults to "visualizationSwitcher" | |
| filters | [FilterDefinition] | Filters currently applied to the dashboard. | [optional] |
| result_id | str | Signed result ID for the currently active visualization's execution result. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |