NoteWidget is a datatype for a note widget. It implements the interface datatype, Widget, which is used by several mutation and query fields.

Table: NoteWidget

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 26, 2024
backgroundColorstring  Long-TermThe background color for the note widget.
descriptionstring  Long-TermA description of the note widget.
heightintegeryes Long-TermThe height of the widget.
idstringyes Long-TermThe unique identifier of the note widget.
textstringyes Long-TermThe text content of the note widget.
textColorstring  Long-TermThe text color for the note widget.
titlestringyes Long-TermThe title or heading for the note widget.
widthintegeryes Long-TermThe width of the widget.
xintegeryes Long-TermThe value of the X axis for the widget.
yintegeryes Long-TermThe value of the Y axis for the widget.