template.json 804 B

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