DEV Community
•
2026-08-15 13:26
Archi Semantic Core: Using Archi Models from TypeScript
How to read a .archimate file and work with its elements, relationships, and views from your own application.
Archi stores its models in .archimate files.
Although we normally interact with them through the editor, these files contain the complete model: elements, relationships, folders, views, diagram objects, connections, properties, geometry, and other data used by Archi.
archi-sem...