cadviewer 8.76.2 → 8.77.4
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
|
@@ -868,4 +868,8 @@ declare module 'cadviewer' {
|
|
|
868
868
|
export function cvjs_CompareDrawings(f_div: string, drawing1: string, drawing2: string): void;
|
|
869
869
|
export function cvjs_setComputeSpaceObjectParentStatus(flag: boolean): void;
|
|
870
870
|
export function cvjs_searchAllTextInstances(searchString: string, exactMatch :boolean): any;
|
|
871
|
+
export function cvjs_open_StickyNote(sId: any): void;
|
|
872
|
+
export function cvjs_close_StickyNote(sId: any): void;
|
|
873
|
+
export function cvjs_show_StickyNote(sId: any): void;
|
|
874
|
+
export function cvjs_hide_StickyNote(sId: any): void;
|
|
871
875
|
}
|