Buttons.metamodel 415 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "types": {
  3. "Button": [
  4. {
  5. "name": "name",
  6. "type": "string",
  7. "default": ""
  8. },
  9. {
  10. "name": "tooltip",
  11. "type": "string",
  12. "default": ""
  13. },
  14. {
  15. "name": "code",
  16. "type": "code",
  17. "default": ""
  18. }
  19. ]
  20. },
  21. "constraints": [],
  22. "actions": [],
  23. "cardinalities": {
  24. "Button": []
  25. },
  26. "legalConnections": {},
  27. "connectorTypes": {},
  28. "types2parentTypes": {
  29. "Button": []
  30. }
  31. }