eda_dmt_project_create_project
Create a new EDA project in EasyEDA Pro by providing a friendly name and optional details. Returns the project UUID or indicates failure when creation is unsuccessful.
Instructions
dmt_Project.createProject(projectFriendlyName: string, projectName?: string, teamUuid?: string, folderUuid?: string, description?: string, collaborationMode?: EDMT_ProjectCollaborationMode) -> Promise<string | undefined>
创建工程
returns: 工程 UUID,如若为 undefined 则创建失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |