eda_sys_file_manager_extract_project_info
Extract project configuration details from an EasyEDA Pro file. Returns the engineering config information for the given file.
Instructions
sys_FileManager.extractProjectInfo(data: File) -> Promise 提取文件内的工程配置信息 returns: 工程配置信息
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |