mxdraw 0.1.219 → 0.1.220

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
@@ -1700,6 +1700,10 @@ declare class MxFunClass {
1700
1700
  * 把一个颜色变量转成一个数组颜色
1701
1701
  * */
1702
1702
  getNumberColor: (iColor: number | string | THREE.Color) => number;
1703
+ /**
1704
+ * 发送一个消息到ifarme的父窗口
1705
+ * */
1706
+ postMessageToParentFrame: (param: any) => boolean;
1703
1707
  }
1704
1708
  declare const MxFun: MxFunClass;
1705
1709