Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jupyter-widgets/ipywidgets
/ ISerializeable
Interface
ISerializeable
packages/base/src/utils.ts:136–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
export
interface
ISerializeable {
137
toJSON(options?: {}): JSONObject;
138
}
139
140
export
type
BufferJSON =
141
| { [property: string]: BufferJSON }
Callers
5
widget_test.ts
File · 0.65
serialize
Method · 0.65
remove
Function · 0.65
initialize
Method · 0.65
add
Method · 0.65
Implementers
1
WidgetModel
packages/base/src/widget.ts
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…