WidgetInput
is used to
input data on a widget.
Table: WidgetInput
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 23, 2024 | |||||
description | string | Long-Term | The description of the widget. | ||
height | integer | yes | Long-Term | The height of the widget. | |
id | string | yes | Long-Term | The unique identifier of the widget. | |
linkOptions | WidgetLinkPropertiesInput | Long-Term | Any options related to the URL link for the widget. See WidgetLinkPropertiesInput . | ||
noteOptions | WidgetNotePropertiesInput | Long-Term | Any options related to the notes for the widget. See WidgetNotePropertiesInput . | ||
parameterPanelOptions | WidgetParameterPanelPropertiesInput | Long-Term | The parameter of the panel options. See WidgetParameterPanelPropertiesInput . | ||
queryOptions | WidgetQueryPropertiesInput | Long-Term | Any options for the query which is the basis of the widget. See WidgetQueryPropertiesInput . | ||
title | string | yes | Long-Term | The title to display for the widget. | |
width | integer | yes | Long-Term | The width of the widget. | |
x | integer | yes | Long-Term | The value of the X axis for the widget. | |
y | integer | yes | Long-Term | The value of the `Y` axis for the widget. |