eda_dmt_project_get_project_info
Retrieve project properties by UUID from EasyEDA Pro. Returns brief project details or undefined when the project cannot be found.
Instructions
dmt_Project.getProjectInfo(projectUuid: string) -> Promise<IDMT_BriefProjectItem | undefined>
获取工程属性
returns: 简略的工程属性,如若为 undefined 则获取失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |