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