template.json 834 B

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