Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watch for value changes and auto redraw #6

Open
vorg opened this issue Mar 7, 2016 · 1 comment
Open

Watch for value changes and auto redraw #6

vorg opened this issue Mar 7, 2016 · 1 comment
Labels
type/feat A new feature

Comments

@vorg
Copy link
Member

vorg commented Mar 7, 2016

When we modify the value from outside of GUI we should redraw (only if gui is visible)

@dmnsgn
Copy link
Member

dmnsgn commented Mar 26, 2019

Using a Proxy for each param would be the solution: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy

But that should probably take part of a bigger conversation in simplifying the API (Proxies could help reduce the boilerplate).

@dmnsgn dmnsgn added type/feat A new feature and removed enhancement labels Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feat A new feature
Projects
None yet
Development

No branches or pull requests

2 participants