cadviewer 9.29.6 → 9.30.1
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
|
@@ -99,7 +99,8 @@ declare module 'cadviewer' {
|
|
|
99
99
|
export function cvjs_setSupressHyperlinkColors(supressflag: boolean): void;
|
|
100
100
|
export function cvjs_setUrl_singleDoubleClick(click: number): void;
|
|
101
101
|
export function cvjs_encapsulateUrl_callback(flag: boolean): void;
|
|
102
|
-
export function cvjs_AllLayersOff(): void;
|
|
102
|
+
export function cvjs_AllLayersOff(f_div: string): void;
|
|
103
|
+
export function cvjs_AllLayersOn(f_div: string): void;
|
|
103
104
|
export function cvjs_LayerOn(layer: string): void;
|
|
104
105
|
export function cvjs_LayersOnOffPrepend(prependstring: string, onoff: string): void;
|
|
105
106
|
export function cvjs_LayerOn_OthersOff(layer: any): void;
|