MCPcopy
hub / github.com/ResearAI/AutoFigure-Edit / setText

Function setText

web/app.js:638–643  ·  view source on GitHub ↗
(id, value)

Source from the content-addressed store, hash-verified

636 }
637
638 function setText(id, value) {
639 const element = $(id);
640 if (element) {
641 element.textContent = value;
642 }
643 }
644
645 function setHTML(id, value) {
646 const element = $(id);

Callers 4

applyInputLocaleFunction · 0.85
applyImportLocaleFunction · 0.85
applyGuideLocaleFunction · 0.85
setCanvasLocaleFunction · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected