Customise Configurations
February 17, 2025Less than 1 minute
Adding new configurations to the simulator is very easy. Just follow the steps below:
In order to add your own new configurations, you need to create a new class that extends the TeqGlobalConfig
interface. All the members in your config class should be static and public, so that they can be accessed, decoded and passed to the front end by the simulator.