eda_sys_dialog_create_design_portal
Create a communication portal for componentized popup dialogs, encapsulating message and event handling in an IDesignPortal object to bridge dialog UI with the EDA editor.
Instructions
sys_Dialog.createDesignPortal() -> IDesignPortal 创建组件化弹出窗口的通信入口 remarks: 返回一个 IDesignPortal 对象,扩展结合 lc-editor-design-react 的 VirtualRender / 虚拟机组件使用。 所有通信(发消息 + 收事件)均封装在对象内部。 returns: 实现 IDesignPortal 的通信对象
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |