You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a global dash.set_props to be used in callbacks to set arbitrary props not defined in the callbacks outputs, similar to the clientside dash_clientside.set_props.
Are you thinking this will be implemented and responding back alongside the same callback method? Or will this set_props immediately trigger something on the clientside?
Are you thinking this will be implemented and responding back alongside the same callback method? Or will this set_props immediately trigger something on the clientside?
For regular callback I am planning on adding the new props to the callback response data, on the renderer side this update the layout at the same as the rest of the outputs.
For background callback, adding a cached set_props value to retrieve on requests and apply as side update like the set_progress, independent of the output response.
Add a global
dash.set_props
to be used in callbacks to set arbitrary props not defined in the callbacks outputs, similar to the clientsidedash_clientside.set_props
.Example:
The text was updated successfully, but these errors were encountered: