webui-dev / v-webui

Use any web browser as GUI, with V in the backend and modern web technologies in the frontend.
https://webui.me
MIT License
112 stars 11 forks source link

refactor: improve event struct field accessibility from V #68

Closed ttytm closed 1 year ago

ttytm commented 1 year ago

Non-breaking, mostly internal change.

But e.data is now directly accessible as V string to make it easier to pass it to e.g. window.navigate(e.data).