Widget
interface
includes information on a dashboard widget.
Table: Widget
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 17, 2024 | |||||
description | string | Long-Term | A description of the widget. | ||
height | integer | yes | Long-Term | The height of the widget displayed on the dashboard. | |
id | string | yes | Long-Term | The unique identifier for the dashboard widget. | |
title | string | yes | Long-Term | The title for the widget. | |
width | integer | yes | Long-Term | The width of the widget displayed on the dashboard. | |
x | integer | yes | Long-Term | The x-axis value of the widget. | |
y | integer | yes | Long-Term | The y-axis value of the widget. |