Implemented properly typed graph object.
Showing
- src/editor/js/graph.js 7 additions, 330 deletionssrc/editor/js/graph.js
- src/editor/js/structures/graph/graph.ts 148 additions, 0 deletionssrc/editor/js/structures/graph/graph.ts
- src/editor/js/structures/graph/graphelement.ts 41 additions, 0 deletionssrc/editor/js/structures/graph/graphelement.ts
- src/editor/js/structures/graph/link.ts 46 additions, 0 deletionssrc/editor/js/structures/graph/link.ts
- src/editor/js/structures/graph/node.ts 89 additions, 0 deletionssrc/editor/js/structures/graph/node.ts
- src/editor/js/structures/graph/nodetype.ts 12 additions, 0 deletionssrc/editor/js/structures/graph/nodetype.ts
- src/editor/js/structures/helper/serializableitem.ts 64 additions, 0 deletionssrc/editor/js/structures/helper/serializableitem.ts
- src/editor/js/structures/helper/serializedurl.ts 13 additions, 0 deletionssrc/editor/js/structures/helper/serializedurl.ts
- src/editor/js/structures/manageddata.ts 195 additions, 0 deletionssrc/editor/js/structures/manageddata.ts
- src/editor/js/structures/space.ts 15 additions, 0 deletionssrc/editor/js/structures/space.ts
Loading
Please register or sign in to comment