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 support for server sent bokeh/model/UI events #13890

Merged
merged 5 commits into from
Jun 5, 2024

Conversation

mattpap
Copy link
Contributor

@mattpap mattpap commented May 10, 2024

Previously bokeh/model/UI events were only allowed to be sent from client to server. This PR allows the other direction, for events where it makes sense. In particular it adds ClearInput event that allows to clear the value of input widgets (those were the property or properties reporting input's value are read-only). This will be used in PR #13873 to replace the ad-hoc mechanism implemented in that PR.

@mattpap mattpap added this to the 3.5 milestone May 10, 2024
@mattpap mattpap force-pushed the mattpap/server_sent_model_events branch from d949cd1 to 91daf34 Compare May 10, 2024 09:15
@mattpap mattpap force-pushed the mattpap/server_sent_model_events branch from 91daf34 to e8a46c4 Compare June 4, 2024 11:28
Copy link
Contributor

@philippjfr philippjfr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great to me and I'm very much forward to being able to use server side events.

@mattpap mattpap merged commit 33e3a50 into branch-3.5 Jun 5, 2024
24 of 25 checks passed
@mattpap mattpap deleted the mattpap/server_sent_model_events branch June 5, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants