cadviewer 8.18.2 → 8.21.1
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
|
@@ -854,4 +854,5 @@ declare module 'cadviewer' {
|
|
|
854
854
|
export function cvjs_getActivePaletteColor(colornumber: number): any;
|
|
855
855
|
export function cvjs_getActivePaletteColorList(): any;
|
|
856
856
|
export function cvjs_setActivePaletteColor(colornumber: number, hex: string):void;
|
|
857
|
+
export function cvjs_setISOtimeStamp(filename: string, isostamp: string): void;
|
|
857
858
|
}
|