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

Method removeElement

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

Source from the content-addressed store, hash-verified

397 setAttribute(id: HfId, name: string, value: string | null): void;
398 setTiming(id: HfId, timing: { start?: number; duration?: number; trackIndex?: number }): void;
399 removeElement(id: HfId): void;
400 /**
401 * Insert an HTML fragment as a child of `parent` at `index` (WS-D).
402 * Mints a stable hf-id against the live document's existing id set.

Callers 7

sdkDeletePersistFunction · 0.65
removeSelectedFunction · 0.65
session.test.tsFile · 0.65
removeElementFunction · 0.65

Implementers 1

CompositionImplpackages/sdk/src/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected