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

Method setStyle

packages/sdk/src/session.ts:123–125  ·  view source on GitHub ↗
(id: HfId, styles: Record<string, string | null>)

Source from the content-addressed store, hash-verified

121 // ── Typed methods (F10 layer 1) ─────────────────────────────────────────────
122
123 setStyle(id: HfId, styles: Record<string, string | null>): void {
124 this.dispatch({ type: "setStyle", target: id, styles });
125 }
126
127 setText(id: HfId, value: string): void {
128 this.dispatch({ type: "setText", target: id, value });

Callers

nothing calls this directly

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected