MCPcopy Create free account
hub / github.com/FastLED/FastLED / setInputValue

Function setInputValue

src/platforms/wasm/compiler/app.ts:360–363  ·  view source on GitHub ↗
(id, value)

Source from the content-addressed store, hash-verified

358
359// Helper to safely set an input element's value
360function setInputValue(id, value) {
361 const el = document.getElementById(id);
362 if (el) el.value = value;
363}
364
365// Show video settings popup
366function showVideoSettingsPopup() {

Callers 2

showVideoSettingsPopupFunction · 0.85
app.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected