Free text is a widget that allows you to add headings to your dashboard. Commonly used to state the overall purpose of the dashboard.

Hierarchy

  • FreeTextWidgetDefinition

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
backgroundColor?: 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.

fontSize?: string

Size of the text.

text: string

Text to display.

textAlign?: WidgetTextAlign

How to align the text on the widget.

Type of the free text widget.

Generated using TypeDoc