eda_sys_window_open
Opens a resource window by URL in EasyEDA Pro. Specify a target window ID to control where the resource loads, or use the active window when omitted.
Instructions
sys_Window.open(url: string, target?: ESYS_WindowOpenTarget) -> void 打开资源窗口
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |