cadviewer 8.84.4 → 8.88.5

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.
@@ -878,4 +878,5 @@ declare module 'cadviewer' {
878
878
  export function cvjs_bringToFront(f_div: string): void;
879
879
  export function cvjs_bringForward(f_div: string): void;
880
880
  export function cvjs_sendBackward(f_div: string): void;
881
+ export function cvjs_colorSingleLayer(f_div: string, hexColor: string, layername: string): void;
881
882
  }