eda_sch_primitive_text_get_all_primitive_id
Retrieves all text primitive IDs from the current schematic in EasyEDA Pro. Returns an array of text element identifiers for use in further design automation.
Instructions
sch_PrimitiveText.getAllPrimitiveId() -> Promise<Array> 获取所有文本的图元 ID returns: 文本的图元 ID 数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |