자유 텍스트는 스크린보드에 제목을 추가할 수 있는 위젯입니다.
일반적으로 대시보드의 전반적인 목적을 설명하는 데 사용됩니다.
구성
설정
- 표시할 텍스트를 입력하세요.
- 텍스트 양식을 선택하세요.
API
이 위젯은 대시보드 API와 함께 사용할 수 있습니다. 자세한 내용은 대시보드 API 가이드를 참조하세요.
자유 텍스트 위젯의 전용 위젯 JSON 스키마 정의는 다음과 같습니다.
Expand All
How to align the text on the widget.
Allowed enum values: center,left,right
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"
}
참고 자료
Additional helpful documentation, links, and articles: