12345678910111213141516171819202122232425262728293031 |
- {
- "types": {
- "Button": [
- {
- "name": "name",
- "type": "string",
- "default": ""
- },
- {
- "name": "tooltip",
- "type": "string",
- "default": ""
- },
- {
- "name": "code",
- "type": "code",
- "default": ""
- }
- ]
- },
- "constraints": [],
- "actions": [],
- "cardinalities": {
- "Button": []
- },
- "legalConnections": {},
- "connectorTypes": {},
- "types2parentTypes": {
- "Button": []
- }
- }
|