Free text is a widget that allows you to add headings to your screenboard. Commonly used to state the overall purpose of the dashboard. Only available on FREE layout dashboards.

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
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