MCPcopy
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
136export interface ISerializeable {
137 toJSON(options?: {}): JSONObject;
138}
139
140export type BufferJSON =
141 | { [property: string]: BufferJSON }

Callers 5

widget_test.tsFile · 0.65
serializeMethod · 0.65
removeFunction · 0.65
initializeMethod · 0.65
addMethod · 0.65

Implementers 1

WidgetModelpackages/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…