scenarioworld / articy-js

Loads and allows for navigation of exported Articy JSON data (http://www.articy.com)
MIT License
8 stars 2 forks source link

No Way to Auto-Generate Feature/Template Properties from a Project #6

Open brwarner opened 3 years ago

brwarner commented 3 years ago

The Unity and Unreal plugins have the ability to auto-generate template and feature definitions from an exported JSON file. There should be a node cli program included or as part of a separate package. It should generate Typescript files with interfaces for features and templates including comments extracted from the tooltips.

Should it generate classes? Or just interfaces. If it generates classes how can users add new methods to them without them being overriden?