MCPcopy Create free account
hub / github.com/microsoft/SandDance / defaults

Method defaults

python/jupyter-widget/src/widget.ts:19–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18export class SandDanceModel extends DOMWidgetModel {
19 defaults() {
20 return {
21 ...super.defaults(),
22 _model_name: SandDanceModel.model_name,
23 _model_module: SandDanceModel.model_module,
24 _model_module_version: SandDanceModel.model_module_version,
25 _view_name: SandDanceModel.view_name,
26 _view_module: SandDanceModel.view_module,
27 _view_module_version: SandDanceModel.view_module_version,
28 data: '[]',
29 width: '100%',
30 heigth: '640px',
31 snapshots: [],
32 pyversion: 'dev',
33 };
34 }
35
36 static serializers: ISerializers = {
37 ...DOMWidgetModel.serializers,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected