template.json 813 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Label",
  5. "description": "",
  6. "valueType": "text",
  7. "text": "",
  8. "script": {
  9. "code": "",
  10. "html": ""
  11. },
  12. "events": {
  13. "click": {
  14. "code": "",
  15. "html": ""
  16. },
  17. "dblclick": {
  18. "code": "",
  19. "html": ""
  20. },
  21. "keydown": {
  22. "code": "",
  23. "html": ""
  24. },
  25. "keypress": {
  26. "code": "",
  27. "html": ""
  28. },
  29. "keyup": {
  30. "code": "",
  31. "html": ""
  32. },
  33. "mousedown": {
  34. "code": "",
  35. "html": ""
  36. },
  37. "mousemove": {
  38. "code": "",
  39. "html": ""
  40. },
  41. "mouseout": {
  42. "code": "",
  43. "html": ""
  44. },
  45. "mouseover": {
  46. "code": "",
  47. "html": ""
  48. },
  49. "mouseup": {
  50. "code": "",
  51. "html": ""
  52. },
  53. "focus": {
  54. "code": "",
  55. "html": ""
  56. },
  57. "blur": {
  58. "code": "",
  59. "html": ""
  60. }
  61. },
  62. "properties": {},
  63. "class": "",
  64. "styles": {},
  65. "container": ""
  66. }