Widget is an interface datatype for information on a dashboard widget.

This datatype is used by three other datatypes: Dashboard; LimitedScheduledReport; and SharedDashboard. These are in turn used by a few query and mutation fields.

As an interface, Widget is implemented by four datatypes: SupportUserCommitAuthor; SystemCommitAuthor; SystemCommitAuthor; TokenCommitAuthor; and UserCommitAuthor.

Table: Widget

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 17, 2024
descriptionstring  Long-TermA description of the widget.
heightintegeryes Long-TermThe height of the widget displayed on the dashboard.
idstringyes Long-TermThe unique identifier for the dashboard widget.
titlestringyes Long-TermThe title for the widget.
widthintegeryes Long-TermThe width of the widget displayed on the dashboard.
xintegeryes Long-TermThe x-axis value of the widget.
yintegeryes Long-TermThe y-axis value of the widget.