aboutsummaryrefslogtreecommitdiff
path: root/src/messages/index.js
blob: 3bdecca1722430b9202b65c9bc5813554e15e1c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
export default {
  STATE_UPDATE: 'state.update',
  CONTENT_OPERATION: 'content.operation',

  CONSOLE_BLURRED: 'console.blured',
  CONSOLE_ENTERED: 'console.entered',
  CONSOLE_CHANGEED: 'console.changed',

  KEYDOWN: 'keydown'
};