mxdraw 0.1.319 → 0.1.320
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 +1 -1
- 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
|
@@ -1817,7 +1817,7 @@ interface iniConfig {
|
|
|
1817
1817
|
EnableDrawingViewAngle?: boolean;
|
|
1818
1818
|
/** 是否启用命令与用户交互操作启动右键菜单,默认为false */
|
|
1819
1819
|
EnableCommandRightClickMenu?: boolean;
|
|
1820
|
-
/** 是否启用触模屏命令交互操作时支持多点触模放大缩小视区,默认为
|
|
1820
|
+
/** 是否启用触模屏命令交互操作时支持多点触模放大缩小视区,默认为true */
|
|
1821
1821
|
MobileCommandOperationSupportsMultipoint?: boolean;
|
|
1822
1822
|
}
|
|
1823
1823
|
type MxFunType = MxFunClass;
|