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

Method getSelection

packages/sdk/src/types.ts:472–472  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

470 /** Curried handle — holds only the id, no stale-ref hazard */
471 element(id: HfId): ElementHandle;
472 getSelection(): string[];
473 /** Replace the current selection; fires selectionchange. Pass [] to clear. */
474 setSelection(ids: string[]): void;
475

Callers 2

session.test.tsFile · 0.65

Implementers 1

CompositionImplpackages/sdk/src/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected