cadviewer 10.7.6 → 10.8.9

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.
@@ -924,4 +924,6 @@ declare module 'cadviewer' {
924
924
  export function cvjs_getTextOnLayer(f_div: string, layer: string): any;
925
925
  export function cvjs_disableSpaceObjectDrag(flag: boolean): void;
926
926
  export function cvjs_setPrintMargins(nonprint_h:number, nonprint_w:number, standard_h:number, standard_w:number, tiny_h:number, tiny_w:number, none_h:number, none_w:number):void;
927
+ export function cvjs_getSpaceObjectIdfromName(Name:string): any;
928
+ export function cvjs_setSpaceObjectCustomContent(spaceID: string, customContent:any): void;
927
929
  }