cadviewer 10.22.7 → 10.24.2

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.
@@ -933,4 +933,5 @@ declare module 'cadviewer' {
933
933
  export function cvjs_activateZoomImageWallpaper(): void;
934
934
  export function cvjs_setZoomImageWallpaper(flag: boolean): void;
935
935
  export function cvjs_isZoomImageWallpaperActive(): boolean;
936
+ export function cvjs_clearObjectAction(): void;
936
937
  }