lowcoder
lowcoder copied to clipboard
[Feat]: Give Events the ability to send arguments
trafficstars
Is your feature request related to a problem? Please describe. I would like to fire module events and pass parameters to these events. I am really enjoying the ability to send params to module methods, but would also like to send params with module events. I cant figure out how to do it and suspect it doesn't exist
Describe the solution you'd like Similar to module methods.
Describe alternatives you've considered I have added outputs to the module and fill those outputs before firing the event but that is pretty hacky.
Additional context