@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
16 lines (14 loc) • 759 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.UIKitInteractionType = void 0;
var UIKitInteractionType;
(function (UIKitInteractionType) {
UIKitInteractionType["MODAL_OPEN"] = "modal.open";
UIKitInteractionType["MODAL_CLOSE"] = "modal.close";
UIKitInteractionType["MODAL_UPDATE"] = "modal.update";
UIKitInteractionType["CONTEXTUAL_BAR_OPEN"] = "contextual_bar.open";
UIKitInteractionType["CONTEXTUAL_BAR_CLOSE"] = "contextual_bar.close";
UIKitInteractionType["CONTEXTUAL_BAR_UPDATE"] = "contextual_bar.update";
UIKitInteractionType["ERRORS"] = "errors";
})(UIKitInteractionType || (exports.UIKitInteractionType = UIKitInteractionType = {}));
//# sourceMappingURL=IUIKitInteractionType.js.map
;