template.json 960 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. "queryLoad": {
  14. "code": "",
  15. "html": ""
  16. },
  17. "postLoad": {
  18. "code": "",
  19. "html": ""
  20. },
  21. "load": {
  22. "code": "",
  23. "html": ""
  24. },
  25. "click": {
  26. "code": "",
  27. "html": ""
  28. },
  29. "dblclick": {
  30. "code": "",
  31. "html": ""
  32. },
  33. "keydown": {
  34. "code": "",
  35. "html": ""
  36. },
  37. "keypress": {
  38. "code": "",
  39. "html": ""
  40. },
  41. "keyup": {
  42. "code": "",
  43. "html": ""
  44. },
  45. "mousedown": {
  46. "code": "",
  47. "html": ""
  48. },
  49. "mousemove": {
  50. "code": "",
  51. "html": ""
  52. },
  53. "mouseout": {
  54. "code": "",
  55. "html": ""
  56. },
  57. "mouseover": {
  58. "code": "",
  59. "html": ""
  60. },
  61. "mouseup": {
  62. "code": "",
  63. "html": ""
  64. },
  65. "focus": {
  66. "code": "",
  67. "html": ""
  68. },
  69. "blur": {
  70. "code": "",
  71. "html": ""
  72. }
  73. },
  74. "properties": {},
  75. "class": "",
  76. "styles": {},
  77. "container": ""
  78. }