@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
13 lines (11 loc) • 623 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.UIKitIncomingInteractionType = void 0;
var UIKitIncomingInteractionType;
(function (UIKitIncomingInteractionType) {
UIKitIncomingInteractionType["BLOCK"] = "blockAction";
UIKitIncomingInteractionType["VIEW_SUBMIT"] = "viewSubmit";
UIKitIncomingInteractionType["VIEW_CLOSED"] = "viewClosed";
UIKitIncomingInteractionType["ACTION_BUTTON"] = "actionButton";
})(UIKitIncomingInteractionType || (exports.UIKitIncomingInteractionType = UIKitIncomingInteractionType = {}));
//# sourceMappingURL=IUIKitIncomingInteraction.js.map
;