@jlceda/pro-api-types 0.1.132 → 0.1.133
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 +8 -8
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -86,7 +86,7 @@ declare class DMT_EditorControl {
|
|
|
86
86
|
*
|
|
87
87
|
* @beta
|
|
88
88
|
* @param libraryUuid - 库 UUID,可以使用 {@link LIB_LibrariesList} 内的接口获取
|
|
89
|
-
* @param libraryType -
|
|
89
|
+
* @param libraryType - ���类型,支持符号和封装
|
|
90
90
|
* @param uuid - 符号、封装 UUID
|
|
91
91
|
* @param splitScreenId - 分屏 ID,即 {@link DMT_EditorControl.getSplitScreenTree} 方法获取到的 {@link IDMT_EditorSplitScreenItem.id}
|
|
92
92
|
* @returns 标签页 ID,如若为 `undefined`,则打开文档失败
|
|
@@ -479,7 +479,7 @@ declare class DMT_Pcb {
|
|
|
479
479
|
* 删除 PCB
|
|
480
480
|
*
|
|
481
481
|
* @public
|
|
482
|
-
* @remarks 如若 PCB 已关联复用模块(在工程库内存在同名的复用模块符号),则删除 PCB
|
|
482
|
+
* @remarks 如若 PCB 已关联复用模块(在工程库内存在同名的复用模块符号),则删除 PCB 时将同步删除关联的原���图和复用模块符号,复用模块符号不可删除则跳过
|
|
483
483
|
* @param pcbUuid - PCB UUID
|
|
484
484
|
* @returns 操作是否成功
|
|
485
485
|
*/
|
|
@@ -3030,7 +3030,7 @@ declare class IPCB_PrimitiveArc implements IPCB_Primitive {
|
|
|
3030
3030
|
*/
|
|
3031
3031
|
getState_PrimitiveLock(): boolean;
|
|
3032
3032
|
/**
|
|
3033
|
-
*
|
|
3033
|
+
* 设置属性状态:网络名称
|
|
3034
3034
|
*
|
|
3035
3035
|
* @beta
|
|
3036
3036
|
* @param net - 网络名称
|
|
@@ -5676,7 +5676,7 @@ declare class IPCB_PrimitiveRegion implements IPCB_Primitive {
|
|
|
5676
5676
|
* 查询图元是否为异步图元
|
|
5677
5677
|
*
|
|
5678
5678
|
* @public
|
|
5679
|
-
* @returns
|
|
5679
|
+
* @returns 是否为异���图元
|
|
5680
5680
|
*/
|
|
5681
5681
|
isAsync(): boolean;
|
|
5682
5682
|
/**
|
|
@@ -8265,7 +8265,7 @@ declare class ISCH_PrimitiveText implements ISCH_Primitive {
|
|
|
8265
8265
|
}
|
|
8266
8266
|
|
|
8267
8267
|
/**
|
|
8268
|
-
*
|
|
8268
|
+
* 导���图元
|
|
8269
8269
|
*
|
|
8270
8270
|
* @public
|
|
8271
8271
|
*/
|
|
@@ -10293,7 +10293,7 @@ declare class PCB_ManufactureData {
|
|
|
10293
10293
|
* 如若启用,则会存在弹窗等待用户进行交互,且无法使用 `ignoreWarning` 参数忽略警告,
|
|
10294
10294
|
* 即 `ignoreWarning` 参数将被忽略;
|
|
10295
10295
|
*
|
|
10296
|
-
*
|
|
10296
|
+
* 如若禁用,则在调用后不会有任何 EDA 内部弹窗,程序执行静默检查,
|
|
10297
10297
|
* 如若达成下单条件,将返回 `true` 并在新标签页打开下单页面
|
|
10298
10298
|
* @param ignoreWarning - 在非交互式检查时忽略警告
|
|
10299
10299
|
*
|
|
@@ -11087,7 +11087,7 @@ declare class PCB_PrimitiveObject implements IPCB_PrimitiveAPI {
|
|
|
11087
11087
|
* 修改二进制内嵌对象
|
|
11088
11088
|
*
|
|
11089
11089
|
* @beta
|
|
11090
|
-
* @param primitiveId -
|
|
11090
|
+
* @param primitiveId - 图�� ID
|
|
11091
11091
|
* @param property - 修改参数
|
|
11092
11092
|
* @returns 二进制内嵌对象图元对象,`undefined` 表示修改失败
|
|
11093
11093
|
*/
|
|
@@ -11911,7 +11911,7 @@ declare class SCH_PrimitiveArc implements ISCH_PrimitiveAPI {
|
|
|
11911
11911
|
* @param fillColor - 填充颜色,`none` 表示无填充,`null` 表示默认
|
|
11912
11912
|
* @param lineWidth - 线宽,范围 `1-10`,`null` 表示默认
|
|
11913
11913
|
* @param lineType - 线型,`null` 表示默认
|
|
11914
|
-
* @returns
|
|
11914
|
+
* @returns 圆弧图元对��
|
|
11915
11915
|
*/
|
|
11916
11916
|
create(startX: number, startY: number, referenceX: number, referenceY: number, endX: number, endY: number, color?: string | null, fillColor?: string | null, lineWidth?: number | null, lineType?: ESCH_PrimitiveLineType | null): Promise<ISCH_PrimitiveArc | undefined>;
|
|
11917
11917
|
/**
|