mxdraw 0.1.126 → 0.1.128

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.
@@ -1800,6 +1800,24 @@ declare class MxDrawObject {
1800
1800
  * ```
1801
1801
  */
1802
1802
  gotoLayout(layout: string): void;
1803
+ /**
1804
+ * 初始cpp对象.
1805
+ * @example
1806
+ * ```typescript
1807
+ *
1808
+ *
1809
+ * ```
1810
+ */
1811
+ initMxCpp(mcppObjectImp: any): void;
1812
+ /**
1813
+ * 当前是否支持 opengles3
1814
+ * @example
1815
+ * ```typescript
1816
+ *
1817
+ *
1818
+ * ```
1819
+ */
1820
+ isWebgl2(): boolean;
1803
1821
  }
1804
1822
 
1805
1823
  /**