Home > PCB_ManufactureData > placeComponentsOrder
PCB_ManufactureData.placeComponentsOrder() 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
public placeComponentsOrder(interactive?: boolean, ignoreWarning?: boolean): Promise<boolean>;1
Parameters
Parameter | Type | Description |
|---|---|---|
interactive | boolean | (Optional) 是否启用交互式检查 如若启用,则会存在弹窗等待用户进行交互,且无法使用 |
ignoreWarning | boolean | (Optional) 在非交互式检查时忽略警告 如果设置为 |
Returns
Promise<boolean>
是否通过下单检查;在入参开发完成前,返回值没有实际作用,不会等待执行结果
Remarks
本接口暂时只支持交互式检查,入参暂无作用,预留后续开发