mxdraw 0.1.315 → 0.1.316

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
@@ -1587,9 +1587,8 @@ declare class MxFunClass {
1587
1587
  */
1588
1588
  getQueryString: (name: string) => string;
1589
1589
  /**
1590
- * 设置控件的配制参数.
1590
+ * 设置配制参数.
1591
1591
  * @param name
1592
- * @return object 配制参数.
1593
1592
  * @example
1594
1593
  * ``` typescript
1595
1594
  * Mx.MxFun.setIniset({
@@ -1598,6 +1597,14 @@ declare class MxFunClass {
1598
1597
  * ```
1599
1598
  */
1600
1599
  setIniset: (iniObj: iniConfig) => void;
1600
+ /**
1601
+ * 得到当前配制参数.
1602
+ * @return object 配制参数.
1603
+ * @example
1604
+ * ``` typescript
1605
+ * ```
1606
+ */
1607
+ getIniSet: () => iniConfig;
1601
1608
  /**
1602
1609
  * 重新打开cad文件,该函数在控件创建完后,需要再次重新打开文件,调用。
1603
1610
  * @param sFile 打的cad文件路径