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] |