cadviewer 9.62.7 → 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
|
@@ -910,4 +910,6 @@ declare module 'cadviewer' {
|
|
|
910
910
|
export function cvjs_findAllTextInstances(): any;
|
|
911
911
|
export function cvjs_flipRedlineSpaceObject(f_div: string, id: string, orientation: string, type: string): void;
|
|
912
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;
|
|
913
915
|
}
|