cadviewer 10.35.5 → 10.35.12
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/cadviewer.d.ts
CHANGED
|
@@ -931,6 +931,7 @@ declare module 'cadviewer' {
|
|
|
931
931
|
export function cvjs_removeHandleObjects(): void;
|
|
932
932
|
export function cvjs_setZoomImageWallpaperControls(scale_fac: number, scale_breakpoint: number): void;
|
|
933
933
|
export function cvjs_activateZoomImageWallpaper(): void;
|
|
934
|
+
export function cvjs_deactivateZoomImageWallpaper(): void;
|
|
934
935
|
export function cvjs_setZoomImageWallpaper(flag: boolean): void;
|
|
935
936
|
export function cvjs_isZoomImageWallpaperActive(): boolean;
|
|
936
937
|
export function cvjs_clearObjectAction(): void;
|