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

Function removeSelected

packages/sdk-playground/src/main.ts:588–594  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

586}
587
588function removeSelected() {
589 if (!comp || !selectedId) return;
590 const id = selectedId;
591 comp.element(id).removeElement();
592 logEntry("op", { removeElement: id });
593 setSelection(null);
594}
595
596function appendAnimationsSection(container: HTMLElement, el: PropEl) {
597 const sec = propSection("Animations");

Callers 1

buildAttributeSectionFunction · 0.85

Calls 4

logEntryFunction · 0.85
setSelectionFunction · 0.85
removeElementMethod · 0.65
elementMethod · 0.65

Tested by

no test coverage detected