@atlaskit/editor-plugin-mentions
Version:
Mentions plugin for @atlaskit/editor-core
19 lines (16 loc) • 654 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MENTION_PROVIDER_UNDEFINED = exports.MENTION_PROVIDER_REJECTED = void 0;
var MENTION_PROVIDER_REJECTED = exports.MENTION_PROVIDER_REJECTED = 'REJECTED';
var MENTION_PROVIDER_UNDEFINED = exports.MENTION_PROVIDER_UNDEFINED = 'UNDEFINED';
/**
* @private
* @deprecated Use {@link MentionsPluginOptions} instead.
* @see https://product-fabric.atlassian.net/browse/ED-27496
*/
/**
* Agent run-state for an agent mention, mirrored from the agent-run-state bridge's
* `AgentRunState` (@atlassian/conversation-assistant-store/controllers/agent-mention-run-state).
*/