Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MankaiHuang/screen-visualization
/ sendMsg
Function
sendMsg
src/components/Workspace/HeaderTools/index.jsx:38–42 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
36
// });
37
// }
38
const sendMsg = (msg) => {
39
effectFrame({
40
command: msg,
41
});
42
}
43
const openBluePrintByClick = () => {
44
sendMsg(
'openBluePrint'
)
// 通知iframe传送最新的nodeData再打开 防止nodeData不匹配
45
}
Callers
4
openBluePrintByClick
Function · 0.70
HeaderTools
Function · 0.70
delWindow
Function · 0.50
BottomTools
Function · 0.50
Calls
1
effectFrame
Function · 0.85
Tested by
no test coverage detected