eda_dmt_panel_copy_panel
Copy an existing panel by UUID to create a duplicate. Returns the new panel's UUID on success, undefined on failure.
Instructions
dmt_Panel.copyPanel(panelUuid: string) -> Promise<string | undefined>
复制面板
returns: 新面板 UUID,如若为 undefined 则复制失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |