-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Long Callback] Support pattern matching for long callbacks side updates (progress/cancel/running) #2111
Comments
Was this issue ever resolved? I think that I'm running into it in my current application in trying to assign a pattern-matching component to the cancel parameter. |
thank you @T4rk1n - can I ask if there are plans to add pattern matching for progress, running and cancel in the near future? |
@Ciaran-YouSeq It's in the backlog... If anyone want to work on this it would be a good introduction to renderer development, I can give some pointers below. The side update are performed in this function: dash/dash/dash-renderer/src/actions/callbacks.ts Lines 322 to 336 in 093b559
We have a function to get path from id:
The side update will need to be integrated with the |
Long callbacks
progress
,running
andcancel
dependencies should support pattern matching ids.The text was updated successfully, but these errors were encountered: