eda_dmt_project_move_project
Move an EasyEDA Pro project to a different team or folder. Specify project, target team, and optional folder UUIDs to reorganize your design workspace.
Instructions
dmt_Project.moveProject(projectUuid: string, teamUuid: string, folderUuid?: string) -> boolean 移动工程 returns: 是否移动成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |