MCPcopy Index your code
hub / github.com/pythongosssss/ComfyUI-Custom-Scripts / show

Method show

web/js/widgetDefaults.js:242–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240 }
241
242 show() {
243 this.rows.replaceChildren();
244 for (const nodeName in defaults) {
245 const node = defaults[nodeName];
246 for (const widgetName in node) {
247 this.addRow(nodeName, widgetName, node[widgetName]);
248 }
249 }
250
251 this.addRow();
252 super.show(this.grid);
253 }
254 }
255
256 setting = app.ui.settings.addSetting({

Callers 1

setupFunction · 0.95

Calls 1

addRowMethod · 0.95

Tested by

no test coverage detected