フリーテキストウィジェット

フリーテキストは、スクリーンボードに見出しを追加できるウィジェットです。

ダッシュボード全体の目的を示すためによく使用されます。

フリーテキスト

セットアップ

フリーテキストのセットアップ

コンフィギュレーション

  1. 表示するテキストを入力します。
  2. テキストの書式を選択します。

API

このウィジェットは、ダッシュボード API とともに使用できます。詳しくは、ダッシュボード API ドキュメントをご参照ください。

フリーテキストウィジェットのウィジェット JSON スキーマ定義は次のとおりです。

Expand All

フィールド

種類

説明

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

{
  "color": "string",
  "font_size": "string",
  "text": "",
  "text_align": "string",
  "type": "free_text"
}

その他の参考資料

お役に立つドキュメント、リンクや記事: