Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.16 KB

File metadata and controls

19 lines (14 loc) · 1.16 KB

VisualizationSwitcherWidgetDescriptor

Visualization switcher widget allowing users to toggle between multiple visualizations.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]