diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 10:52:09 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 11:54:21 +0900 |
commit | ac8b40a2f3a50bb30f121dcc1a454074498e7bf7 (patch) | |
tree | 23cfcc61c02bf2e475a003d581027506bab34902 /src/operations | |
parent | aeb0e0f96de7b2f9b5a143c8a900e2349bb0702a (diff) |
pagenate by prev/next links
Diffstat (limited to 'src/operations')
-rw-r--r-- | src/operations/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/operations/index.js b/src/operations/index.js index 6d8cc7e..bb19df8 100644 --- a/src/operations/index.js +++ b/src/operations/index.js @@ -13,6 +13,8 @@ export default { FOLLOW_START: 'follow.start', NAVIGATE_HISTORY_PREV: 'navigate.history.prev', NAVIGATE_HISTORY_NEXT: 'navigate.history.next', + NAVIGATE_LINK_PREV: 'navigate.link.prev', + NAVIGATE_LINK_NEXT: 'navigate.link.next', // Background TABS_CLOSE: 'tabs.close', |