Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1005 Bytes

DashboardFilter.md

File metadata and controls

19 lines (15 loc) · 1005 Bytes

DashboardFilter

Properties

Name Type Description Notes
id int Unique Id [optional]
name str Name of filter [optional]
title str Name of title [optional]
type str Type of filter: one of date, number, string, or field [optional]
default_value str Default value of filter [optional]
model str Model of filter (required if type = field) [optional]
explore str Explore of filter (required if type = field) [optional]
dimension str Dimension of filter (required if type = field) [optional]
field str Field information [optional]
listens_to_filters list[str] Array of listeners for faceted filters [optional]

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