/** * 视图加载服务 * * @export * @class ViewLoadingService * @extends {LoadingServiceBase} */ export declare class ViewLoadingService { /** * 视图loading计数器 * * @type {number} * @memberof ViewLoadingService */ loadingCounter: number; /** * 视图loading状态变量,true时正在loading * * @type {boolean} * @memberof ViewLoadingService */ isLoading: boolean; /** * 主视图sessionid * * @type {string[]} * @memberof ViewLoadingService */ srfsessionid: string; /** * 开启视图loading * * @memberof ViewLoadingService */ beginLoading(): void; /** * 关闭视图loading * * @memberof ViewLoadingService */ endLoading(): void; } //# sourceMappingURL=view-loading-service.d.ts.map