Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 862 Bytes

File metadata and controls

14 lines (10 loc) · 862 Bytes

ResultMakerFilterables

Properties

Name Type Description Notes
model str The model this filterable comes from (used for field suggestions). [optional]
view str The view this filterable comes from (used for field suggestions). [optional]
name str The name of the filterable thing (Query or Merged Results). [optional]
listen list[ResultMakerFilterablesListen] array of dashboard_filter_name: and field: objects. [optional]
can dict(str, bool) Operations the current user is able to perform on this object [optional]

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