Widget Texte libre

Le widget Texte libre vous permet d’ajouter des titres à votre screenboard.

Cela sert généralement à indiquer la fonction générale du dashboard.

Texte libre

Configuration

Configuration

  1. Entrez le texte à afficher.
  2. Choisissez des options de mise en forme pour votre texte.

API

Ce widget peut être utilisé avec l’API Dashboards. Le tableau ci-dessous définit le schéma JSON du widget :

Expand All

Champ

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

Pour aller plus loin

Documentation, liens et articles supplémentaires utiles: