UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

18 lines (17 loc) 683 B
import { ConnectionManager } from '../service/ConnectionManager.service'; import { PhloxAppInfoService } from '../service/PhloxAppInfoService.service'; export declare class ConnectionStatusPane { static readonly TYPE_NAME: string; statasMessage: string; troubleshoot: string; private connectionMgr; private model; private _signalPercent; constructor(connectionMgr: ConnectionManager, phloxAppService: PhloxAppInfoService); getSignalBarClass(): string[]; getSignalPercent(): number; getStatasMessage(): string; setStatasMessage(statasMessage: string): void; getTroubleshoot(): string; setTroubleshoot(troubleshoot: string): void; }