UNPKG

@inweb/viewer-visualize

Version:

JavaScript library for rendering CAD and BIM files in a browser using VisualizeJS

11 lines (10 loc) 370 B
import { Loader } from "@inweb/viewer-core"; import { Viewer } from "../Viewer"; export declare class VSFXCloudPartialLoader extends Loader { viewer: Viewer; abortControllerForRequestMap: Map<number, AbortController>; constructor(viewer: Viewer); isSupport(file: any): boolean; load(model: any, format?: string): Promise<this>; cancel(): void; }