template.json 991 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Opinion",
  5. "description": "",
  6. "defaultValue": {
  7. "code": "",
  8. "html": ""
  9. },
  10. "events": {
  11. "queryLoad" : {
  12. "code": "",
  13. "html": ""
  14. },
  15. "postLoad" : {
  16. "code": "",
  17. "html": ""
  18. },
  19. "load" : {
  20. "code": "",
  21. "html": ""
  22. },
  23. "click": {
  24. "code": "",
  25. "html": ""
  26. },
  27. "dblclick": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "change": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "keydown": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "keypress": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "keyup": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "mousedown": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "mousemove": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "mouseout": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "mouseover": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "mouseup": {
  64. "code": "",
  65. "html": ""
  66. },
  67. "focus": {
  68. "code": "",
  69. "html": ""
  70. },
  71. "blur": {
  72. "code": "",
  73. "html": ""
  74. }
  75. },
  76. "properties": {},
  77. "class": "",
  78. "styles": {},
  79. "container": ""
  80. }