UNPKG

@i3yun/viewergallery

Version:

BIM轻量化平台是一个互联网三维可视化解决方案。包括BIM轻量化引擎和业务组件。

17 lines (16 loc) 594 B
declare namespace Sippreep { namespace Extensions { namespace TidbLoader { export interface TidbLoaderExtension { getConfig(): IConfig; loadScene(sceneID: string, successCallback?: (m:Sippreep.Viewing.Model) => void , failedCallback?: (e: { errorCode: number, error: string }) => void): Promise<Sippreep.Viewing.Model>; unloadScene(): void; } export interface IConfig { token: string, host: string } } } }