cadviewer 9.74.1 → 9.74.8
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
|
@@ -913,4 +913,5 @@ declare module 'cadviewer' {
|
|
|
913
913
|
export function cvjs_suppressServerErrorMessages(flag: boolean): void;
|
|
914
914
|
export function cvjs_setActiveFloorplan(f_div: string): void;
|
|
915
915
|
export function cvjs_setActiveFloorplanIndex(index: number): void;
|
|
916
|
+
export function cvjs_getTextOnLayer(f_div: string, layer: string): any;
|
|
916
917
|
}
|