Add new JS library to Script Block
Quote from mm_dev on 24/05/2024, 15:32There is no library ecosystem. There are the functions available in the documentation and some core Javascript functions on top.
You can put your own javascript files in %AppData%\Roaming\Aaronia AG\Aaronia RTSA-Suite PRO\blocks\scripts and import objects in a script block, but that is about it.
There is no library ecosystem. There are the functions available in the documentation and some core Javascript functions on top.
You can put your own javascript files in %AppData%\Roaming\Aaronia AG\Aaronia RTSA-Suite PRO\blocks\scripts and import objects in a script block, but that is about it.
Quote from mm_dev on 24/05/2024, 17:02As said, there is no library ecosystem. You could try to import things from a .js file, but it is very unlikely that code intended for use in browsers or with Node.js will work.
As said, there is no library ecosystem. You could try to import things from a .js file, but it is very unlikely that code intended for use in browsers or with Node.js will work.