eda_dmt_project_get_current_project_info
Retrieves detailed properties of the currently active project in EasyEDA Pro, returning project attributes or undefined if unavailable.
Instructions
dmt_Project.getCurrentProjectInfo() -> Promise<IDMT_ProjectItem | undefined>
获取当前工程的详细属性
remarks: 将会获取当前打开且拥有最后输入焦点的原理图、PCB、面板所关联的工程的详细属性
returns: 工程属性,如若为 undefined 则获取失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |