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 (9 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MESSAGE_ID = exports.ACTION_ID_LENGTH = void 0; /** * The id length of each action. */ exports.ACTION_ID_LENGTH = 80; exports.MESSAGE_ID = 'rc-apps-engine-ui'; //# sourceMappingURL=index.js.map