mxdraw 0.1.359 → 0.1.361
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 +10 -0
- package/dist/mxdraw.esm.js +1 -1
- package/dist/mxdraw.umd.js +1 -1
- package/package.json +1 -1
package/dist/mxdraw.d.ts
CHANGED
|
@@ -2502,6 +2502,16 @@ declare class MxDrawObject extends Node<MxDrawEvents, Node<any, any>> {
|
|
|
2502
2502
|
* ```
|
|
2503
2503
|
*/
|
|
2504
2504
|
clearMxCurrentSelect(): boolean;
|
|
2505
|
+
/**
|
|
2506
|
+
* 清除显示的夹点
|
|
2507
|
+
* @returns void
|
|
2508
|
+
* @example
|
|
2509
|
+
* ```typescript
|
|
2510
|
+
*
|
|
2511
|
+
*
|
|
2512
|
+
* ```
|
|
2513
|
+
*/
|
|
2514
|
+
clearGripDisplay(): void;
|
|
2505
2515
|
/**
|
|
2506
2516
|
*通过id获取绘制的对象.
|
|
2507
2517
|
* @param id 返回对象的id
|