Description
Is your feature request related to a problem? Please describe.
Reusing a piece of code or a function method is common in enterprise development application development.
I encountered this in application configuration. Multiple applications of mine had to call several common methods.
These methods involve back-end data query, system query, and lowcoder built-in API.
So they cannot import custom libraries or mount them in window mode.
Describe the solution you'd like
Maybe we can develop a new module to manage javascript code globally.
It can input parameters, call query sources in the system, and allow various applications in the system to call it and pass in parameters.
Then run it.
ideal:
An ideal prototype diagram stitched together with screenshots of each module in the system
Metadata
Metadata
Labels
Type
Projects
Status