eda_dmt_folder_create_folder
Create a new folder in EasyEDA Pro under a specified team, with optional parent folder and description, returning the new folder UUID for further operations.
Instructions
dmt_Folder.createFolder(folderName: string, teamUuid: string, parentFolderUuid?: string, description?: string) -> Promise<string | undefined>
创建文件夹
returns: 文件夹 UUID,如若为 undefined 则创建失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |