MCPcopy 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

openBluePrintByClickFunction · 0.70
HeaderToolsFunction · 0.70
delWindowFunction · 0.50
BottomToolsFunction · 0.50

Calls 1

effectFrameFunction · 0.85

Tested by

no test coverage detected