MCPcopy Create free account
hub / github.com/MankaiHuang/screen-visualization / effectFrame

Function effectFrame

src/pages/Workspace/index.jsx:322–327  ·  view source on GitHub ↗

* 对子组件进行影响 * @param {*} data

(data = { msg: null })

Source from the content-addressed store, hash-verified

320 * @param {*} data
321 */
322 function effectFrame(data = { msg: null }) {
323 try {
324 const workFrame = document.getElementById('work-frame');
325 workFrame.contentWindow.postMessage(data, iframeIp);
326 } catch { }
327 }
328 function fullScreen() {
329 // 点击右下角全屏按钮
330 document.getElementById('work-frame').style.left = '60px'

Callers 8

afterSelectFunction · 0.85
sendMsgFunction · 0.85
sendMsgFunction · 0.85
submitShareFunction · 0.85
submitHTMLReverseFunction · 0.85
initTemplateFunction · 0.85
zoomChangeFunction · 0.85
onChangeSingleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected