Home > SCH_ManufactureData > placeSmtComponentsOrder
SCH_ManufactureData.placeSmtComponentsOrder() 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.
SMT 元件下单
Signature
typescript
public placeSmtComponentsOrder(interactive?: boolean, ignoreWarning?: boolean): Promise<boolean>;1
Parameters
Parameter | Type | Description |
|---|---|---|
interactive | boolean | (Optional) 是否启用交互式检查 如若启用,则会存在弹窗等待用户进行交互,且无法使用 |
ignoreWarning | boolean | (Optional) 在非交互式检查时忽略警告 如果设置为 |
Returns
Promise<boolean>
是否通过下单检查