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

Method element

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

Curried handle — holds only the id, no stale-ref hazard

(id: HfId)

Source from the content-addressed store, hash-verified

469 selection(): SelectionProxy;
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;

Callers 6

commitStyleFunction · 0.65
commitAttrFunction · 0.65
removeSelectedFunction · 0.65
buildAttributeSectionFunction · 0.65
smoke.test.tsFile · 0.65
editHeadlineFunction · 0.65

Implementers 1

CompositionImplpackages/sdk/src/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected