Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1304
function
onIframeClick(data: { id?: string }) {
1305
if
(data.id) playgroundPreview?.select([data.id]);
1306
}
1307
1308
function
onIframeDeselect() {
1309
playgroundPreview?.select([]);
Callers
nothing calls this directly
Calls
1
select
Method · 0.65
Tested by
no test coverage detected