cadviewer 8.59.18 → 8.60.7
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
|
@@ -857,4 +857,7 @@ declare module 'cadviewer' {
|
|
|
857
857
|
export function cvjs_setISOtimeStamp(filename: string, isostamp: string): void;
|
|
858
858
|
export function cvjs_compareDrawings_externalModal(methodflag: boolean, method: any, servertype: string): void;
|
|
859
859
|
export function cvjs_fileLoadModal_externalModal(methodflag: boolean, method: any, servertype: string): void;
|
|
860
|
+
export function cvjs_returnRedlineObjectID(RedlineID: string): any;
|
|
861
|
+
export function cvjs_changeRedlineObjectColor(redlineId: string, hexColor: string): void;
|
|
862
|
+
export function cvjs_changeRedlineObjectLineWeight(redlineId: string, strokeWidth:number): void;
|
|
860
863
|
}
|