NoteWidget is a datatype for a note widget.

Table: NoteWidget

ParameterTypeRequiredDefaultDescription
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 26, 2024
backgroundColorstring  The background color for the note widget.
descriptionstring  A description of the note widget.
heightintegeryes The height of the widget.
idstringyes The unique identifier of the note widget.
textstringyes The text content of the note widget.
textColorstring  The text color for the note widget.
titlestringyes The title or heading for the note widget.
widthintegeryes The width of the widget.
xintegeryes The value of the `X` axis for the widget.
yintegeryes The value of the `Y` axis for the widget.