@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
12 lines • 475 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.AppsEngineUIMethods = void 0;
/**
* The actions provided by the AppClientSDK.
*/
var AppsEngineUIMethods;
(function (AppsEngineUIMethods) {
AppsEngineUIMethods["GET_USER_INFO"] = "getUserInfo";
AppsEngineUIMethods["GET_ROOM_INFO"] = "getRoomInfo";
})(AppsEngineUIMethods || (exports.AppsEngineUIMethods = AppsEngineUIMethods = {}));
//# sourceMappingURL=AppsEngineUIMethods.js.map
;