mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
JS: Disclaimer about documentation
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user