mxdraw 0.1.305 → 0.1.307
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 +11 -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
|
@@ -1182,6 +1182,17 @@ declare class MxFunClass {
|
|
|
1182
1182
|
* ```
|
|
1183
1183
|
*/
|
|
1184
1184
|
setMxServer(MXSERVER?: string): void;
|
|
1185
|
+
/**
|
|
1186
|
+
* MxFun 模块
|
|
1187
|
+
* mxdraw模块初始化同步
|
|
1188
|
+
*/
|
|
1189
|
+
onInitSync(syncInit: () => Promise<boolean>): void;
|
|
1190
|
+
/**
|
|
1191
|
+
* @internal
|
|
1192
|
+
* 内部使用
|
|
1193
|
+
* ```
|
|
1194
|
+
*/
|
|
1195
|
+
callSyncInitialization(): Promise<boolean>;
|
|
1185
1196
|
/**
|
|
1186
1197
|
* 屏幕转文档坐标
|
|
1187
1198
|
* @param x 坐标x
|