mxdraw 0.1.174 → 0.1.176

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/dist/mxdraw.d.ts CHANGED
@@ -3455,6 +3455,22 @@ declare class MrxDbgUiPrPoint {
3455
3455
  * 返回动态输入类型
3456
3456
  */
3457
3457
  getDynamicInputType(): DynamicInputType;
3458
+ /**
3459
+ * 是否禁用动态输入框
3460
+ */
3461
+ isDisableDynInput(): boolean;
3462
+ /**
3463
+ * 设置是否禁用动态输入框
3464
+ */
3465
+ setDisableDynInput(isDisable: boolean): void;
3466
+ /**
3467
+ * 设置是否禁用捕捉
3468
+ */
3469
+ setDisableOsnap(isDisable: boolean): void;
3470
+ /**
3471
+ * 是否禁用捕捉
3472
+ */
3473
+ isDisableOsnap(): boolean;
3458
3474
  }
3459
3475
 
3460
3476
  declare function drawMxDbImage(): void;