UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

11 lines (10 loc) 406 B
import { AppsEngineUIHost } from './AppsEngineUIHost'; import { AppServerCommunicator } from './AppServerCommunicator'; export declare class AppClientManager { private readonly appsEngineUIHost; private readonly communicator?; private apps; constructor(appsEngineUIHost: AppsEngineUIHost, communicator?: AppServerCommunicator); load(): Promise<void>; initialize(): Promise<void>; }