message constants
This commit is contained in:
parent
83cb277ba2
commit
c7a3dd16e6
5 changed files with 10 additions and 5 deletions
|
@ -1,4 +1,7 @@
|
|||
export default {
|
||||
STATE_UPDATE: 'state.update',
|
||||
CONTENT_OPERATION: 'content.operation',
|
||||
|
||||
CONSOLE_BLURRED: 'console.blured',
|
||||
CONSOLE_ENTERED: 'console.entered',
|
||||
CONSOLE_CHANGEED: 'console.changed'
|
||||
|
|
Reference in a new issue