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

Function onIframeClick

packages/sdk-playground/src/main.ts:1304–1306  ·  view source on GitHub ↗
(data: { id?: string })

Source from the content-addressed store, hash-verified

1302}
1303
1304function onIframeClick(data: { id?: string }) {
1305 if (data.id) playgroundPreview?.select([data.id]);
1306}
1307
1308function onIframeDeselect() {
1309 playgroundPreview?.select([]);

Callers

nothing calls this directly

Calls 1

selectMethod · 0.65

Tested by

no test coverage detected