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

Method getElement

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

Source from the content-addressed store, hash-verified

462 // ── Query API (F1) ─────────────────────────────────────────────────────────
463 getElements(): ElementSnapshot[];
464 getElement(id: HfId): ElementSnapshot | null;
465 find(query: FindQuery): string[];
466
467 // ── Selection API ──────────────────────────────────────────────────────────

Callers 13

sdkCutoverPersistFunction · 0.65
sdkTimingPersistFunction · 0.65
sdkGsapTweenPersistFunction · 0.65
sdkDeletePersistFunction · 0.65
resolveTweenTimingFunction · 0.65
renderPropertiesContentFunction · 0.65
onIframeDragendFunction · 0.65
smoke.test.tsFile · 0.65
session.test.tsFile · 0.65
localizeFunction · 0.65

Implementers 1

CompositionImplpackages/sdk/src/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected