slack-block-builder
Version:
Maintainable code for interactive Slack messages, modals, home tabs, and workflow steps. A must-have for the Slack Block Kit framework.
9 lines (8 loc) • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DispatchOnType = void 0;
var DispatchOnType;
(function (DispatchOnType) {
DispatchOnType["OnEnterPressed"] = "on_enter_pressed";
DispatchOnType["OnCharacterEntered"] = "on_character_entered";
})(DispatchOnType = exports.DispatchOnType || (exports.DispatchOnType = {}));