eda_dmt_project_copy_project
Duplicate an existing EasyEDA project into a target team or folder. Provide the source project UUID and optional target details to receive the new project UUID.
Instructions
dmt_Project.copyProject(sourceProjectUuid: string, targetTeamUuid?: string, targetFolderUuid?: string, newProjectFriendlyName?: string, newProjectName?: string) -> string | undefined
复制工程
returns: 新工程 UUID,如若为 undefined 则复制失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |