template.json 997 B

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