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

Method setText

packages/sdk/src/types.ts:396–396  ·  view source on GitHub ↗
(id: HfId, value: string)

Source from the content-addressed store, hash-verified

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;
399 removeElement(id: HfId): void;

Callers 9

appendContentSectionFunction · 0.65
buildSetTextSectionFunction · 0.65
smoke.test.tsFile · 0.65
session.test.tsFile · 0.65
localizeFunction · 0.65
createABVariantsFunction · 0.65
applyTextContentFunction · 0.65
editHeadlineFunction · 0.65

Implementers 1

CompositionImplpackages/sdk/src/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected