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

Callback context #34

Closed
rpkyle opened this issue May 24, 2020 · 0 comments · Fixed by #46
Closed

Callback context #34

rpkyle opened this issue May 24, 2020 · 0 comments · Fixed by #46

Comments

@rpkyle
Copy link
Contributor

rpkyle commented May 24, 2020

Dash.jl should support a callback_context method which will enable retrieving the inputs which triggered the firing of a given callback, and which also allows introspecting the input/state values given their names. It should only be available from within a callback, and it should present a warning message if a developer attempts to use it from outside of a callback.

This feature is described in more detail in plotly/dash#608 and plotly/dash-renderer#124.

@rpkyle rpkyle added this to To do in Dash for Julia May 24, 2020
@waralex waralex linked a pull request Jul 13, 2020 that will close this issue
Dash for Julia automation moved this from To do to Done Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant