UNPKG

@atlaskit/editor-plugin-type-ahead

Version:

Type-ahead plugin for @atlaskit/editor-core

9 lines 567 B
export const TYPE_AHEAD_DECORATION_KEY = 'typeahead_decoration_key'; export const TYPE_AHEAD_DECORATION_DATA_ATTRIBUTE = 'typeaheadDecoration'; export const TYPE_AHEAD_POPUP_CONTENT_CLASS = 'fabric-editor-typeahead'; export const TYPE_AHEAD_DECORATION_ELEMENT_ID = 'typeahaed_decoration_element_id'; export let CloseSelectionOptions = /*#__PURE__*/function (CloseSelectionOptions) { CloseSelectionOptions["BEFORE_TEXT_INSERTED"] = "BEFORE_TEXT_INSERTED"; CloseSelectionOptions["AFTER_TEXT_INSERTED"] = "AFTER_TEXT_INSERTED"; return CloseSelectionOptions; }({});