UNPKG

@atlaskit/editor-plugin-tasks-and-decisions

Version:

Tasks and decisions plugin for @atlaskit/editor-core

13 lines (12 loc) 426 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ACTIONS = void 0; var ACTIONS = exports.ACTIONS = /*#__PURE__*/function (ACTIONS) { ACTIONS[ACTIONS["SET_PROVIDER"] = 0] = "SET_PROVIDER"; ACTIONS[ACTIONS["FOCUS_BY_LOCALID"] = 1] = "FOCUS_BY_LOCALID"; ACTIONS[ACTIONS["OPEN_REQUEST_TO_EDIT_POPUP"] = 2] = "OPEN_REQUEST_TO_EDIT_POPUP"; return ACTIONS; }({}); // actions // commands