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

Method setVariableValue

packages/sdk/src/session.ts:148–150  ·  view source on GitHub ↗
(id: string, value: string | number | boolean | FontValue | ImageValue)

Source from the content-addressed store, hash-verified

146 }
147
148 setVariableValue(id: string, value: string | number | boolean | FontValue | ImageValue): void {
149 this.dispatch({ type: "setVariableValue", id, value });
150 }
151
152 // ── WS-C: timing accessors + typed setHold ───────────────────────────────────
153

Callers

nothing calls this directly

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected