Pass parameters to trame app dynamically #823
Replies: 3 comments
-
|
I looked through some of the trame source code but couldn't quite figure out if something like this is already implemented. I have a feeling that you would need to pass the extra parameters as query parameters of the We internally already use the |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the answer, and how do you capture |
Beta Was this translation helpful? Give feedback.
-
|
Actually any args can be used in the command line you declare in your apps.yml. This has been discussed before on some discussion threads before. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm here again with a new question. I have a trame application that allow the visualization of VTU files. I'd like to know if is possible somehow to pass some parameters to trame application dynamically when a user open the app.
At the moment the trame application is invoked via iframe from a vue3 application
The trame application is dockerize for allow the multi user interaction.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions