Home > SCH_PrimitivePin > getAll
SCH_PrimitivePin.getAll() method
此 API 当前处于 BETA 预览状态,希望得到开发者的反馈。它的任何功能都可能在接下来的开发进程中被修改,请不要将它用于任何正式环境。
获取所有引脚
签名
typescript
getAll(componentPrimitiveId?: string | ISCH_PrimitiveComponent): Promise<Array<ISCH_PrimitivePin>>;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
componentPrimitiveId | string | ISCH_PrimitiveComponent | (Optional) |
返回值
Promise<Array<ISCH_PrimitivePin>>
引脚图元对象数组
备注
当处于符号编辑器时,componentPrimitiveId 应始终为 undefined