mxdraw 0.1.100 → 0.1.101
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.
|
@@ -723,7 +723,15 @@ export default class MxDrawObject {
|
|
|
723
723
|
*
|
|
724
724
|
* ```
|
|
725
725
|
*/
|
|
726
|
-
getOrbitControls():
|
|
726
|
+
getOrbitControls(): any;
|
|
727
|
+
/**
|
|
728
|
+
* 禁用或启用视区的移动,放大,缩小等操作.
|
|
729
|
+
* @example
|
|
730
|
+
* ```typescript
|
|
731
|
+
*
|
|
732
|
+
* ```
|
|
733
|
+
*/
|
|
734
|
+
enableViewControls(isEnable: boolean): void;
|
|
727
735
|
/**
|
|
728
736
|
* 得到当前图形数据库对象
|
|
729
737
|
* @example
|