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