Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
applyInputLocale
Function · 0.85
applyImportLocale
Function · 0.85
applyGuideLocale
Function · 0.85
setCanvasLocale
Function · 0.85
Calls
1
$
Function · 0.85
Tested by
no test coverage detected