Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 894 Bytes

DashboardItem.md

File metadata and controls

15 lines (11 loc) · 894 Bytes

Fastly::DashboardItem

Properties

Name Type Description Notes
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 DashboardItemPropertyDataSource
visualization DashboardItemPropertyVisualization
id String Dashboard item identifier (UUID) [optional][readonly]
span Integer The number of columns for the dashboard item to span. Dashboards are rendered on a 12-column grid on "desktop" screen sizes. [optional][default to 4]

[Back to API list] [Back to README]