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

Method setStyle

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

Source from the content-addressed store, hash-verified

393export interface Composition {
394 // ── Typed methods (F10 layer 1) ────────────────────────────────────────────
395 setStyle(id: HfId, styles: Record<string, string | null>): void;
396 setText(id: HfId, value: string): void;
397 setAttribute(id: HfId, name: string, value: string | null): void;
398 setTiming(id: HfId, timing: { start?: number; duration?: number; trackIndex?: number }): void;

Callers 15

commitStyleFunction · 0.65
buildSetStyleSectionFunction · 0.65
onIframeDragendFunction · 0.65
smoke.test.tsFile · 0.65
session.test.tsFile · 0.65
applyBrandColorsFunction · 0.65
createABVariantsFunction · 0.65
applyStyleFunction · 0.65
applyFontSizeFunction · 0.65

Implementers 1

CompositionImplpackages/sdk/src/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected