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
model/views: Support event-triggered callback from views.
This commit adds two new functions in model.py:
- register_callback(): That registers callbacks for UI
elements and stores them in model.callbacks data-structure.
- process_callback(): That processes the corresponding callback
that are already registered after getting triggered from events.
These combined allow us to dynamically update the checkboxes in
stream_info popup after receiving events.
Fixes#747.
0 commit comments