diff options
Diffstat (limited to 'src/operations/index.js')
-rw-r--r-- | src/operations/index.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/operations/index.js b/src/operations/index.js index c2db007..a40123a 100644 --- a/src/operations/index.js +++ b/src/operations/index.js @@ -11,8 +11,12 @@ export default { SCROLL_LEFT: 'scroll.left', SCROLL_RIGHT: 'scroll.right', FOLLOW_START: 'follow.start', - HISTORY_PREV: 'history.prev', - HISTORY_NEXT: 'history.next', + NAVIGATE_HISTORY_PREV: 'navigate.history.prev', + NAVIGATE_HISTORY_NEXT: 'navigate.history.next', + NAVIGATE_LINK_PREV: 'navigate.link.prev', + NAVIGATE_LINK_NEXT: 'navigate.link.next', + NAVIGATE_PARENT: 'navigate.parent', + NAVIGATE_ROOT: 'navigate.root', // Background TABS_CLOSE: 'tabs.close', |