- 重要な情報
- はじめに
- 用語集
- ガイド
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- Service Management
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
Notes & Links ウィジェットは、フリーテキストウィジェットと似ていますが、より多くのフォーマットと表示オプションが含まれています。
ウィジェットを作成する準備ができたら、Save をクリックします。
このウィジェットはテンプレート変数をサポートしています。ウィジェットの内容を動的に更新するには {TX-PL-LABEL}lt;VARIABLE_NAME>.value
構文を使用します。
この例では、$env.value
が選択された環境に対するリンクの値を更新します。
このウィジェットは、ダッシュボード API とともに使用できます。詳しくは、ダッシュボード API ドキュメントをご参照ください。
ノートウィジェットのウィジェット JSON スキーマ定義は次のとおりです。
Expand All
フィールド
種類
説明
background_color
string
Background color of the note.
content [required]
string
Content of the note.
font_size
string
Size of the text.
has_padding
boolean
Whether to add padding or not.
default: true
show_tick
boolean
Whether to show a tick or not.
text_align
enum
How to align the text on the widget.
Allowed enum values: center,left,right
tick_edge
enum
Define how you want to align the text on the widget.
Allowed enum values: bottom,left,right,top
tick_pos
string
Where to position the tick on an edge.
type [required]
enum
Type of the note widget.
Allowed enum values: note
default: note
vertical_align
enum
Vertical alignment.
Allowed enum values: center,top,bottom
{
"background_color": "string",
"content": "",
"font_size": "string",
"has_padding": false,
"show_tick": false,
"text_align": "string",
"tick_edge": "string",
"tick_pos": "string",
"type": "note",
"vertical_align": "string"
}
お役に立つドキュメント、リンクや記事: