Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.64 KB

DashboardFilter.md

File metadata and controls

25 lines (21 loc) · 1.64 KB

DashboardFilter

Properties

Name Type Description Notes
can map[string,bool] Operations the current user is able to perform on this object [optional]
id string Unique Id [optional]
dashboard_id string Id of Dashboard [optional]
name string Name of filter [optional]
title string Title of filter [optional]
type string Type of filter: one of date, number, string, or field [optional]
default_value string Default value of filter [optional]
model string Model of filter (required if type = field) [optional]
explore string Explore of filter (required if type = field) [optional]
dimension string Dimension of filter (required if type = field) [optional]
field object Field information [optional]
row int Display order of this filter relative to other filters [optional]
listens_to_filters string[] Array of listeners for faceted filters [optional]
allow_multiple_values bool Whether the filter allows multiple filter values (deprecated in the latest version of dashboards) [optional]
required bool Whether the filter requires a value to run the dashboard [optional]
ui_config object The visual configuration for this filter. Used to set up how the UI for this filter should appear. [optional]

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