MCPcopy Index your code
hub / github.com/cifertech/DisplayKit / setIconHint

Function setIconHint

app.js:2377–2384  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

2375let iconPage = 0; // 0-based
2376
2377function setIconHint(text) {
2378 if (!iconHint) return;
2379 iconHint.textContent = text;
2380 clearTimeout(setIconHint._t);
2381 setIconHint._t = setTimeout(() => {
2382 iconHint.textContent = "Click an icon to add it as an element. Shift+Click also copies its path.";
2383 }, 1400);
2384}
2385
2386function downloadText(filename, text) {
2387 const blob = new Blob([text], { type: "text/plain;charset=utf-8" });

Callers 8

exportAllIconsViaServerFunction · 0.85
exportAllIconsTftRgb565Function · 0.85
exportAllIconsU8g2XbmFunction · 0.85
loadFileIconsFunction · 0.85
renderIconGridFunction · 0.85
app.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected