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

Add ability to call dynamic update from javascript #1555

Open
remkonoteboom opened this issue Aug 21, 2020 · 0 comments
Open

Add ability to call dynamic update from javascript #1555

remkonoteboom opened this issue Aug 21, 2020 · 0 comments

Comments

@remkonoteboom
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When one part of the interface updates some data, it would be good to be able to call the dynamic refresh explicitly rather that waiting for the interval to update. This will provide a better user experience as the consequences of their actions will be immediately updated through the UI instead of a couple of seconds delay.

Describe the solution you'd like
Currently the dynamic update code is buried within a setInterval. There is a need to be able to call this at will through javascript.

spt.update.run_update()

or something like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant