The QueryBasedWidget datatype includes various settings.

Table: QueryBasedWidget

ParameterTypeRequired[a]DefaultDescription
queryStringstringyes The query for the widget.
startstringyes The start point for events included in the widget's query.
widgetTypestringyes The type of widget.
optionsJSON  An optional JSON value containing styling and other settings for the widget. This is solely used by the UI.
idstringyes The unique identifier of the widget.
titlestringyes The title or heading of the widget.
descriptionstring  A description of 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.

[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.