UNPKG

web-ifc-viewer

Version:
17 lines (16 loc) 541 B
import { IfcComponent } from '../../base-types'; import { IfcManager } from '../ifc'; import { IfcContext } from '../context'; export declare class DropboxAPI extends IfcComponent { private tid?; private counter; private loader; constructor(context: IfcContext, loader: IfcManager); initializeAPI(): void; loadDropboxIfc(): void; openDropboxChooser(options: any): void | null; private errorOnConnection; private onDBChooserSuccess; private getOptions; private onDBChooserCancel; }