Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jupyter-widgets/ipywidgets
/ callbacks
Method
callbacks
packages/base/src/widget.ts:865–867 ·
view source on GitHub ↗
* Create msg callbacks for a comm msg.
()
Source
from the content-addressed store, hash-verified
863
* Create msg callbacks
for
a comm msg.
864
*/
865
callbacks(): ICallbacks {
866
return
this.model.callbacks(this);
867
}
868
869
/**
870
* Send a custom msg associated with this view.
Callers
2
send
Method · 0.95
touch
Method · 0.95
Calls
1
callbacks
Method · 0.65
Tested by
no test coverage detected