eda_dmt_panel_get_panel_info
Retrieves detailed attributes of an EasyEDA Pro panel by UUID, providing panel properties for inspection or further processing.
Instructions
dmt_Panel.getPanelInfo(panelUuid: string) -> Promise<IDMT_PanelItem | undefined>
获取面板的详细属性
returns: 面板的详细属性,如若为 undefined 则获取失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |