NoteWidget
is a datatype
for a note widget.
Table: NoteWidget
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
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 | |||||
backgroundColor | string | Long-Term | The background color for the note widget. | ||
description | string | Long-Term | A description of the note widget. | ||
height | integer | yes | Long-Term | The height of the widget. | |
id | string | yes | Long-Term | The unique identifier of the note widget. | |
text | string | yes | Long-Term | The text content of the note widget. | |
textColor | string | Long-Term | The text color for the note widget. | ||
title | string | yes | Long-Term | The title or heading for the note widget. | |
width | integer | yes | Long-Term | The width of the widget. | |
x | integer | yes | Long-Term | The value of the X axis for the widget. | |
y | integer | yes | Long-Term | The value of the `Y` axis for the widget. |