자유 텍스트 위젯

자유 텍스트는 스크린보드에 제목을 추가할 수 있는 위젯입니다.

일반적으로 대시보드의 전반적인 목적을 설명하는 데 사용됩니다.

자유 텍스트

설정

설정

  1. 표시할 텍스트를 입력하세요.
  2. 텍스트 양식을 선택하세요.

API

이 위젯은 **대시보드 API**와 함께 사용할 수 있습니다. 위젯 JSON 스키마 정의에 대한 다음 표를 참조하세요.

Expand All

항목

유형

설명

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

참고 자료

추가 유용한 문서, 링크 및 기사: