Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 910 Bytes

DashboardItem.md

File metadata and controls

16 lines (11 loc) · 910 Bytes

DashboardItem

Properties

Name Type Description Notes
id Option<String> Dashboard item identifier (UUID) [readonly]
title String A human-readable title for the dashboard item
subtitle String A human-readable subtitle for the dashboard item. Often a description of the visualization.
data_source crate::models::DashboardItemPropertyDataSource
visualization crate::models::DashboardItemPropertyVisualization
span Option<i32> The number of columns for the dashboard item to span. Dashboards are rendered on a 12-column grid on "desktop" screen sizes. [default to 4]

[Back to API list] [Back to README]