@jlceda/pro-api-types 0.1.97 → 0.1.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -3573,7 +3573,7 @@ declare class IPCB_PrimitiveLine implements IPCB_Primitive {
|
|
|
3573
3573
|
*/
|
|
3574
3574
|
toSync(): IPCB_PrimitiveLine;
|
|
3575
3575
|
/**
|
|
3576
|
-
*
|
|
3576
|
+
* 查询图元是否为异步��元
|
|
3577
3577
|
*
|
|
3578
3578
|
* @public
|
|
3579
3579
|
* @returns 是否为异步图元
|
|
@@ -4789,7 +4789,7 @@ declare interface ISCH_Primitive {
|
|
|
4789
4789
|
}
|
|
4790
4790
|
|
|
4791
4791
|
/**
|
|
4792
|
-
*
|
|
4792
|
+
* 原理图图元接��
|
|
4793
4793
|
*
|
|
4794
4794
|
* @public
|
|
4795
4795
|
*/
|
|
@@ -7389,7 +7389,7 @@ declare class PCB_ManufactureData {
|
|
|
7389
7389
|
* 获取网表文件(Netlist)
|
|
7390
7390
|
*
|
|
7391
7391
|
* @beta
|
|
7392
|
-
* @remarks 可以使用 {@link SYS_FileSystem.saveFile}
|
|
7392
|
+
* @remarks 可以使用 {@link SYS_FileSystem.saveFile} 接���将文件导出到本地文件系统
|
|
7393
7393
|
* @param fileName - 文件名
|
|
7394
7394
|
* @param netlistType - 网表类型
|
|
7395
7395
|
* @returns 网表文件数据
|