cadviewer 11.14.3 → 11.15.14
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
|
@@ -987,5 +987,6 @@ declare module 'cadviewer' {
|
|
|
987
987
|
export function cvjs_removeMultiSelectItem(spaceID: string): void;
|
|
988
988
|
export function cvjs_returnFoundTextElement(): string;
|
|
989
989
|
export function cvjs_findTextElement(bindobjects: boolean): void;
|
|
990
|
+
export function cvjs_setOmitSpaceObjectLayerHandling(flag: boolean): void;
|
|
990
991
|
}
|
|
991
992
|
|