MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / propLabel

Function propLabel

packages/sdk-playground/src/main.ts:402–407  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

400// ── Property form (Properties tab) ───────────────────────────────────────────
401
402function propLabel(text: string): HTMLSpanElement {
403 const lbl = document.createElement("span");
404 lbl.className = "prop-label";
405 lbl.textContent = text;
406 return lbl;
407}
408
409function buildColorControl(row: HTMLElement, prop: string, currentVal: string) {
410 const picker = document.createElement("input");

Callers 2

makeStyleRowFunction · 0.85
attrRowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected