eda_sch_primitive_component_modify
Modify a schematic component's properties like position, rotation, BOM inclusion, designator, and supplier info directly in EasyEDA Pro.
Instructions
sch_PrimitiveComponent.modify(primitiveId: string | ISCH_PrimitiveComponent, property: { x?: number; y?: number; rotation?: number; mirror?: boolean; addIntoBom?: boolean; addIntoPcb?: boolean; designator?: string | null; name?: string | null; uniqueId?: string | null; manufacturer?: string | null; manufacturerId?: string | null; supplier?: string | null; supplierId?: string | null; otherProperty?: Record<string, string | number | boolean> }) -> Promise<ISCH_PrimitiveComponent | undefined> 修改器件 returns: 器件图元对象
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |