@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
12 lines (10 loc) • 422 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.UIKitSurfaceType = void 0;
var UIKitSurfaceType;
(function (UIKitSurfaceType) {
UIKitSurfaceType["MODAL"] = "modal";
UIKitSurfaceType["HOME"] = "home";
UIKitSurfaceType["CONTEXTUAL_BAR"] = "contextualBar";
})(UIKitSurfaceType || (exports.UIKitSurfaceType = UIKitSurfaceType = {}));
//# sourceMappingURL=IUIKitSurface.js.map
;