@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) • 461 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExternalComponentLocation = void 0;
var ExternalComponentLocation;
(function (ExternalComponentLocation) {
ExternalComponentLocation["CONTEXTUAL_BAR"] = "CONTEXTUAL_BAR";
ExternalComponentLocation["MODAL"] = "MODAL";
})(ExternalComponentLocation || (exports.ExternalComponentLocation = ExternalComponentLocation = {}));
//# sourceMappingURL=IExternalComponent.js.map
;