template.json 948 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Eldropdown",
  5. "buttonType": "primary",
  6. "disabled": false,
  7. "size" : "",
  8. "text": "",
  9. "placement": "bottom-end",
  10. "trigger": "hover",
  11. "hideOnClick": true,
  12. "showButton": true,
  13. "splitButton": false,
  14. "showTimeout": 250,
  15. "hideTimeout": 150,
  16. "dataType": "json",
  17. "dataJson": [{
  18. "label": "[none]",
  19. "command": "",
  20. "disabled": false,
  21. "divided": false,
  22. "icon":""
  23. }],
  24. "dataScript": {
  25. "code": "",
  26. "html": ""
  27. },
  28. "vueData": {},
  29. "vueMethods": {},
  30. "vueCss": {},
  31. "vueSlot": "",
  32. "elProperties": {},
  33. "elStyles": {},
  34. "events": {
  35. "queryLoad": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "postLoad": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "load": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "click": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "command": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "visible-change": {
  56. "code": "",
  57. "html": ""
  58. }
  59. },
  60. "properties": {},
  61. "class": "",
  62. "styles": {},
  63. "container": ""
  64. }