Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.81 KB

Dashboard.md

File metadata and controls

33 lines (29 loc) · 1.81 KB

Dashboard

Properties

Name Type Description Notes
id str Unique Id [optional]
user_id int Id of User [optional]
title str Look Title [optional]
description str Description [optional]
readonly bool Is Read-only [optional]
hidden bool Is Hidden [optional]
refresh_interval str Refresh Interval [optional]
refresh_interval_to_i int Refresh Interval as Integer [optional]
space SpaceBase Space [optional]
load_configuration str configuration option that governs how dashboard loading will happen. [optional]
model str Model [optional]
space_id int (Write-only) Id of Space [optional]
elements list[DashboardElement] Elements [optional]
layouts list[DashboardLayout] Layouts [optional]
filters list[DashboardFilter] Filters [optional]
background_color str Background color [optional]
show_title bool Show title [optional]
title_color str Title color [optional]
show_filters_bar bool Show filters bar [optional]
tile_background_color str Tile background color [optional]
tile_text_color str Tile text color [optional]
tile_separator_color str Tile separator color [optional]
tile_border_radius int Tile border radius [optional]
show_tile_shadow bool Show tile shadow [optional]

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