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

Method selection

packages/sdk/src/types.ts:469–469  ·  view source on GitHub ↗

Sugar: resolves getSelection() → explicit ops at call time

()

Source from the content-addressed store, hash-verified

467 // ── Selection API ──────────────────────────────────────────────────────────
468 /** Sugar: resolves getSelection() → explicit ops at call time */
469 selection(): SelectionProxy;
470 /** Curried handle — holds only the id, no stale-ref hazard */
471 element(id: HfId): ElementHandle;
472 getSelection(): string[];

Callers 3

session.test.tsFile · 0.65
applyColorToSelectionFunction · 0.65

Implementers 1

CompositionImplpackages/sdk/src/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected