JS: Disclaimer about documentation

This commit is contained in:
Willy-JL
2024-10-16 11:37:18 +01:00
parent 270e97ff66
commit 75be03be68

View File

@@ -1,9 +1,10 @@
# JavaScript scripting API (WIP)
## Note: This documentation is still work in progress!
Todo:
- Migrate to new format from OFW (see /documentation/js/ folder)
- Add missing parameters & returns (Dialog and lower)
> [!IMPORTANT]
> This documentation is deprecated! You should now look at type info in `applications/system/js_app/types` and examples in `applications/system/js_app/examples/apps/Scripts`.
> Human readable documentation will eventually be derived from this type information.
> For now, old documentation is still available here and in `documentation/js`, but it may be inaccurate or missing.
## Description
Momentum supports JavaScript scripting using [mjs](https://github.com/cesanta/mjs).