cadviewer 9.22.2 → 9.24.3

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.
@@ -101,6 +101,7 @@ declare module 'cadviewer' {
101
101
  export function cvjs_encapsulateUrl_callback(flag: boolean): void;
102
102
  export function cvjs_AllLayersOff(): void;
103
103
  export function cvjs_LayerOn(layer: string): void;
104
+ export function cvjs_LayersOnOffPrepend(prependstring: string, onoff: string): void;
104
105
  export function cvjs_LayerOn_OthersOff(layer: any): void;
105
106
  export function cvjs_LayerOn_AllOff(layer: string): void;
106
107
  export function cvjs_LayerOff(layer: string): void;