UNPKG

react-tinymce-mention

Version:

@Mention functionality for TinyMCE, built with React and Redux.

12 lines (11 loc) 432 B
export const FINALIZE_SETUP = 'FINALIZE_SETUP'; export const FETCHING = 'FETCHING'; export const MOVE_DOWN = 'MOVE_DOWN'; export const MOVE_UP = 'MOVE_UP'; export const QUERY = 'QUERY'; export const REMOVE = 'REMOVE'; export const RESET_MENTIONS = 'RESET_MENTIONS'; export const RESET_QUERY = 'RESET_QUERY'; export const SELECT = 'SELECT'; export const SHOW_LIST = 'SHOW_LIST'; export const SYNC_EDITOR_STATE = 'SYNC_EDITOR_STATE';