Text

Overview

List of configuration files

Filename

Short description

Format

Link to documentation

dashboard.view#TextWidget

Defines the TextWidget widget global settings

json

Link

Features

Text widgets allow displaying text.

Examples of a Text:

../../../_images/osp-text-example.png

Settings

Following settings can be used to configure a Text widget:

Setting

Usage

Type

Default value

text

Content to be displayed

string

fillColor

Color of the text

string

backgroundColor

Background color of the widget

string

Example of a Text configuration:

{
    {
      "type": "Text",
      "id": "id",
      "title": "Text",
      "textWidgetSettings": {
        "backgroundColor": "#FF0000",
        "fontColor": "#FFFFFF",
        "text": "Error"
}