template.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Source",
  5. "description": "",
  6. "sourceType": "o2",
  7. "httpMethod": "GET",
  8. "defaultValue": {
  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. "postLoadData" : {
  26. "code": "",
  27. "html": ""
  28. },
  29. "loadData" : {
  30. "code": "",
  31. "html": ""
  32. },
  33. "click": {
  34. "code": "",
  35. "html": ""
  36. },
  37. "dblclick": {
  38. "code": "",
  39. "html": ""
  40. },
  41. "keydown": {
  42. "code": "",
  43. "html": ""
  44. },
  45. "keypress": {
  46. "code": "",
  47. "html": ""
  48. },
  49. "keyup": {
  50. "code": "",
  51. "html": ""
  52. },
  53. "mousedown": {
  54. "code": "",
  55. "html": ""
  56. },
  57. "mousemove": {
  58. "code": "",
  59. "html": ""
  60. },
  61. "mouseout": {
  62. "code": "",
  63. "html": ""
  64. },
  65. "mouseover": {
  66. "code": "",
  67. "html": ""
  68. },
  69. "mouseup": {
  70. "code": "",
  71. "html": ""
  72. },
  73. "focus": {
  74. "code": "",
  75. "html": ""
  76. },
  77. "blur": {
  78. "code": "",
  79. "html": ""
  80. }
  81. },
  82. "properties": {},
  83. "class": "",
  84. "styles": {},
  85. "container": ""
  86. }