Skip to content

Add support for server sent bokeh/model/UI events#13890

Merged
mattpap merged 5 commits intobranch-3.5from
mattpap/server_sent_model_events
Jun 5, 2024
Merged

Add support for server sent bokeh/model/UI events#13890
mattpap merged 5 commits intobranch-3.5from
mattpap/server_sent_model_events

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
@mattpap mattpap deleted the mattpap/server_sent_model_events branch June 5, 2024 13:33
Chiemezuo pushed a commit to Chiemezuo/bokeh that referenced this pull request Aug 27, 2024
* Add support for server sent bokeh/model/UI events

* Add a preliminary example

* Add unit tests in bokehjs

* Add unit tests in bokeh

* Add release notes
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants