eda_dmt_team_get_current_team_info
Retrieve the team details for the currently active project in EasyEDA Pro. Get the associated team attributes from the focused schematic, PCB, or panel.
Instructions
dmt_Team.getCurrentTeamInfo() -> Promise<IDMT_TeamItem | undefined>
获取当前团队的详细属性
remarks: 将会获取当前打开且拥有最后输入焦点的原理图、PCB、面板所关联的工程的所属团队的详细属性
returns: 团队的详细属性,如若为 undefined 则获取失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |