cadviewer 11.1.4 → 11.1.12

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.
@@ -982,5 +982,6 @@ declare module 'cadviewer' {
982
982
  export function cvjs_setSpaceObjectHighlightStyle(spaceID: string, defaultStyle: any, highlightStyle: any, selectStyle: any): void;
983
983
  export function cvjs_setSpaceObjectsDefaultHighlighStyle(defaultStyle: any, highlightStyle: any, selectStyle: any): void;
984
984
  export function cvjs_updateMultiSelectArray(spaceArray: any): void;
985
+ export function cvjs_setSpaceObjectHighlightStyles(defaultColor: any,highlightColor: any, selectColor: any): void;
985
986
  }
986
987