- 重要な情報
- はじめに
- 用語集
- ガイド
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- Service Management
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
フリーテキストは、スクリーンボードに見出しを追加できるウィジェットです。
ダッシュボード全体の目的を示すためによく使用されます。
このウィジェットは、ダッシュボード 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"
}
お役に立つドキュメント、リンクや記事: