template.json 678 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "SmartBI",
  5. "description": "",
  6. "events": {
  7. "queryLoad" : {
  8. "code": "",
  9. "html": ""
  10. },
  11. "load" : {
  12. "code": "",
  13. "html": ""
  14. },
  15. "click": {
  16. "code": "",
  17. "html": ""
  18. },
  19. "dblclick": {
  20. "code": "",
  21. "html": ""
  22. },
  23. "mousedown": {
  24. "code": "",
  25. "html": ""
  26. },
  27. "mousemove": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "mouseout": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "mouseover": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "mouseup": {
  40. "code": "",
  41. "html": ""
  42. }
  43. },
  44. "class": "",
  45. "styles": {},
  46. "container": ""
  47. }