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