eda_dmt_panel_create_panel
Creates a new panel in EasyEDA Pro and returns its UUID for subsequent use. Use this when you need to programmatically generate a panel.
Instructions
dmt_Panel.createPanel() -> Promise<string | undefined>
创建面板
returns: 面板 UUID,如若为 undefined 则创建失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |