Home > SCH_PrimitivePin > delete
SCH_PrimitivePin.delete() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
删除引脚
Signature
typescript
delete(primitiveIds: string | ISCH_PrimitivePin | Array<string> | Array<ISCH_PrimitivePin>): Promise<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
primitiveIds | string | ISCH_PrimitivePin | Array<string> | Array<ISCH_PrimitivePin> | 引脚的图元 ID 或引脚图元对象 |
Returns
Promise<boolean>
删除操作是否成功