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

Function applyTextContent

packages/sdk/examples/react-embed.ts:61–63  ·  view source on GitHub ↗
(comp: Composition, id: string, value: string)

Source from the content-addressed store, hash-verified

59}
60
61export function applyTextContent(comp: Composition, id: string, value: string): void {
62 comp.setText(id, value);
63}
64
65// Selection sugar — resolves getSelection() → explicit ops at call time.
66// Equivalent to: ids = comp.getSelection(); comp.setStyle(ids, {...})

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.65

Tested by

no test coverage detected