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_button.json 730B

123456789101112131415161718192021222324
  1. {
  2. "ui_button": {
  3. "label": {
  4. "group": "Group",
  5. "size": "Size",
  6. "icon": "Icon",
  7. "optionalIcon": "optional icon",
  8. "label": "Label",
  9. "optionalLabel": "optional label",
  10. "tooltip": "Tooltip",
  11. "optionalTooltip": "optional tooltip",
  12. "color": "Color",
  13. "optionalColor": "optional text/icon color",
  14. "background": "Background",
  15. "optionalBackgroundColor": "optional background color",
  16. "whenClicked": "When clicked, send:",
  17. "payload": "Payload",
  18. "topic": "Topic",
  19. "emulateClick": "If msg arrives on input, emulate a button click:",
  20. "className": "Class",
  21. "classNamePlaceholder": "Optional CSS class name(s) for widget"
  22. }
  23. }
  24. }