Replies: 1 comment
-
There are two ways to modify the UI in place: Use a frontend script to modify the frontend state:
it will modify state.foo and anything that depends on state.foo will be re-evaluated and the function
which can be used to set inputs of various components: https://www.windmill.dev/docs/apps/app-runnable-panel#setvalue Is that what you were looking for ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I am progressing through Windmill (and, honestly, it is good) I am trying to understand how to make use of the UI.
I used basic input data and pushed them downstream in the workflow and now would like to provide the user with some feedback. There are two major cases I would like to harness the ability:
Is this possible, and if so where should I look? (just a pointer to the rough place would be great - I am navigating through the docs but it takes some time to get to know what is where)
Beta Was this translation helpful? Give feedback.
All reactions