MCPcopy
hub / github.com/jupyter-widgets/ipywidgets / IConstructor

Interface IConstructor

packages/controls/test/src/utils.ts:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74export interface IConstructor<T> {
75 new (attributes?: any, options?: any): T;
76}
77
78export function createTestModel<T extends widgets.WidgetModel>(
79 constructor: IConstructor<T>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…