![]() |
VOOZH | about |
Free text is a widget that allows you to add headings to your screenboard.
This is commonly used to state the overall purpose of the dashboard.
This widget can be used with the Dashboards API. See the following table for the widget JSON schema definition:
Expand All
Field
Type
Description
background_color
string
Background color of the widget. Supported values are white, blue, purple, pink, orange, yellow, green, gray, vivid_blue, vivid_purple, vivid_pink, vivid_orange, vivid_yellow, vivid_green, and transparent.
color
string
Color of the text.
font_size
string
Size of the text.
text [required]
string
Text to display.
text_align
enum
How to align the text on the widget.
Allowed enum values: center,left,right
type [required]
enum
Type of the free text widget.
Allowed enum values: free_text
default: free_text
{
"background_color": "string",
"color": "string",
"font_size": "string",
"text": "",
"text_align": "string",
"type": "free_text"
}Additional helpful documentation, links, and articles:
| |