The WidgetInput datatype includes various settings.

Table: WidgetInput

ParameterTypeRequired[a]DefaultDescription
idstringyes The unique identifier of the widget.
titlestringyes The title to display for the widget.
descriptionstring  The description, if any, for the widget.
xintegeryes The value of the `X` axis for the widget.
yintegeryes The value of the `Y` axis for the widget.
widthintegeryes The width of the widget.
heightintegeryes The height of the widget.
queryOptionsWidgetQueryPropertiesInputyes Any options for the query that is the basis of the widget (see WidgetQueryPropertiesInput Table).
noteOptionsWidgetNotePropertiesInputyes Any options related to the notes for the widget (see WidgetNotePropertiesInput Table).
linkOptionsWidgetLinkPropertiesInputyes Any options related to the URL link for the widget (see WidgetLinkPropertiesInput Table).

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.