mxdraw 0.1.328 → 0.1.330
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 +2 -0
- 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
|
@@ -1812,6 +1812,8 @@ interface iniConfig {
|
|
|
1812
1812
|
inputRectWidth?: number;
|
|
1813
1813
|
/** 夹点颜色,0xFFFFFFFF,0xNRGB */
|
|
1814
1814
|
gripPointColor?: number;
|
|
1815
|
+
/** 动态输入提示线的颜色,0X808080 */
|
|
1816
|
+
dynamicInputLineColor?: number;
|
|
1815
1817
|
/** 1,使用EnableGripEdit设置,默认值是1
|
|
1816
1818
|
** 2 启用CAD对象夹点编辑
|
|
1817
1819
|
** 0 禁用AD对象夹点编辑
|