eda_pcb_select_control_get_all_selected_primitives
Retrieve all currently selected PCB primitives as objects. Use to inspect or process selected elements in EasyEDA Pro.
Instructions
pcb_SelectControl.getAllSelectedPrimitives() -> Promise<Array> 查询所有已选中图元的图元对象 returns: 所有已选中图元的图元对象
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |