The NoteWidget datatype includes various settings.

Table: NoteWidget

ParameterTypeRequired[a]DefaultDescription
backgroundColorstring  The background color for the note widget.
textColorstring  The text color for the note widget.
textstringyes The text content of the note widget.
idstringyes The unique identifier of the note widget.
titlestringyes The title or heading for the note widget.
descriptionstring  A description of the note widget.
xinteger  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.