Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
grubersjoe authored May 16, 2019
1 parent 1e9ea57 commit 210e0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Option | Description | Valid values | Default
--- | --- | --- | ---
`backLinkAfter` | HTML to append to back link in submenus | HTML code | `''`
`backLinkBefore` | HTML to prepend to back link in submenus | HTML code | `''`
`keycodeClose` | Key used to close the menu | [Any valid KeyboardEvent.key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) | `undefined`
`keycodeOpen` | Key used to open the menu | [Any valid KeyboardEvent.key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) | `undefined`
`keycodeClose` | Key used to close the menu | [Any valid KeyboardEvent key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) | `undefined`
`keycodeOpen` | Key used to open the menu | [Any valid KeyboardEvent key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) | `undefined`
`position` | Position of the menu | `'left'` or `'right'` | `'right'`
`showBackLink` | Add a link to navigate back in submenus (first entry) | *boolean* | `true`
`submenuLinkBefore` | HTML to prepend to links with a submenu | HTML code | `''`
Expand Down

0 comments on commit 210e0ef

Please sign in to comment.