mxdraw 0.1.200 → 0.1.201

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
@@ -1745,7 +1745,7 @@ declare class MxFunClass {
1745
1745
  /**
1746
1746
  * 触发一个系统事件的调用
1747
1747
  * */
1748
- callEvent: (eventName: string, param?: any) => void;
1748
+ callEvent: (eventName: string, param?: any) => any;
1749
1749
  /**
1750
1750
  * 得到当前网页路径
1751
1751
  * init 事件会在模块加载完成后触发。