diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-13 21:55:09 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-13 21:55:09 +0900 |
commit | a61f37ad61da8766bf74d5a8b26e53390cb5b6c9 (patch) | |
tree | ffe92ab075915a0fd27bf9cde5dec5e4afcd1f66 /src/operations | |
parent | b6e5153c1f67a68434ad3db7d3726f129cc14aa4 (diff) |
content operations
Diffstat (limited to 'src/operations')
-rw-r--r-- | src/operations/index.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/operations/index.js b/src/operations/index.js index 16c05f2..6c2f05a 100644 --- a/src/operations/index.js +++ b/src/operations/index.js @@ -1,4 +1,15 @@ export default { + SCROLL_LINES: 'scroll.lines', + SCROLL_PAGES: 'scroll.pages', + SCROLL_TOP: 'scroll.top', + SCROLL_BOTTOM: 'scroll.bottom', + SCROLL_LEFT: 'scroll.left', + SCROLL_RIGHT: 'scroll.right', + FOLLOW_START: 'follow.start', + HISTORY_PREV: 'history.prev', + HISTORY_NEXT: 'history.next', + + // background TABS_CLOSE: 'tabs.close', TABS_REOPEN: 'tabs.reopen', TABS_PREV: 'tabs.prev', |