aboutsummaryrefslogtreecommitdiff
path: root/src/actions/index.js
blob: 8f221938f00bc8daae3a7cba5792547cd88ebb79 (plain) (blame)
1
2
3
4
5
6
7
8
export default {
  CONSOLE_SHOW_COMMAND: 'vimvixen.console.show.command',
  CONSOLE_SET_COMPLETIONS: 'vimvixen.console.set.completions',
  CONSOLE_SHOW_ERROR: 'vimvixen.console.show.error',
  CONSOLE_HIDE: 'vimvixen.console.hide',

  BACKGROUND_REQUEST_COMPLETIONS: 'vimvixen.background.request.completions'
};