cadviewer 9.61.10 → 9.63.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.
package/dist/cadviewer.d.ts
CHANGED
|
@@ -909,4 +909,7 @@ declare module 'cadviewer' {
|
|
|
909
909
|
export function cvjs_ungroupRedlineSpaceObjects(f_div: string, basegroup: string, group_array: any): void;
|
|
910
910
|
export function cvjs_findAllTextInstances(): any;
|
|
911
911
|
export function cvjs_flipRedlineSpaceObject(f_div: string, id: string, orientation: string, type: string): void;
|
|
912
|
+
export function cvjs_suppressServerErrorMessages(flag: boolean): void;
|
|
913
|
+
export function cvjs_setActiveFloorplan(f_div: string): void;
|
|
914
|
+
export function cvjs_setActiveFloorplanIndex(index: number): void;
|
|
912
915
|
}
|