Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ui_template.json 712B

12345678910111213141516171819
  1. {
  2. "ui_template" : {
  3. "label" : {
  4. "type" : "コード種別",
  5. "local" : "グループ内のWidget",
  6. "global" : "<head>ヘッドセクションへ追加",
  7. "group" : "グループ",
  8. "size" : "サイズ",
  9. "name" : "名前",
  10. "pass-through" : "入力メッセージをそのまま渡す",
  11. "store-state" : "出力メッセージを状態として保存",
  12. "template" : "HTMLコード",
  13. "expand": "展開する",
  14. "resend": "更新時に最後の値を再度読み込む",
  15. "className": "種類",
  16. "classNamePlaceholder": "ウィジェット用のCSSクラス名(オプション)"
  17. }
  18. }
  19. }