Home > PCB_ManufactureData > uploadBomTemplateFile
PCB_ManufactureData.uploadBomTemplateFile() method
此 API 当前处于 BETA 预览状态,希望得到开发者的反馈。它的任何功能都可能在接下来的开发进程中被修改,请不要将它用于任何正式环境。
上传 BOM 模板文件
签名
typescript
uploadBomTemplateFile(templateFile: File, template?: string): Promise<string | undefined>;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
templateFile | File | BOM 模板文件 |
template | string | (Optional) BOM 模板名称,如若为 |
返回值
Promise<string | undefined>
BOM 模板名称