MCPcopy
hub / github.com/microsoft/SandDance / size_changed

Method size_changed

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

Source from the content-addressed store, hash-verified

112 }
113
114 size_changed() {
115 if (!this.wrapper) {
116 return;
117 }
118
119 const style = {
120 width: this.model.get('width'),
121 height: this.model.get('height'),
122 };
123 this.wrapper.props.style = style;
124 }
125
126 data_changed() {
127 if (!this.explorer) {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected