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

Method setText

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

Source from the content-addressed store, hash-verified

125 }
126
127 setText(id: HfId, value: string): void {
128 this.dispatch({ type: "setText", target: id, value });
129 }
130
131 setAttribute(id: HfId, name: string, value: string | null): void {
132 this.dispatch({ type: "setAttribute", target: id, name, value });

Callers

nothing calls this directly

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected