Simon Hausmann
|
f6d8f78e3f
|
Hide the private API of the NodeJS integration
Hide it behind a `private_api` property in the module export.
|
2020-10-20 16:52:28 +02:00 |
|
Simon Hausmann
|
ce7d0c98e0
|
Use a base class for components in the Node API
In the event that a property is called "show" this theoretically still allows calling the show function through the
prototype chain.
|
2020-10-20 16:46:38 +02:00 |
|
Simon Hausmann
|
7905285562
|
Change the Model API for the NodeJS Integration to use CamelCase
|
2020-10-20 16:40:49 +02:00 |
|
Simon Hausmann
|
279ce560f9
|
Convert NodeJS API to use & export TypeScript
This will make the types available to API consumers and makes the
documentation clearer.
|
2020-10-20 15:57:50 +02:00 |
|