Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(hierarchicalMenu): showParentLevel is boolean #2506

Merged
merged 2 commits into from
Oct 20, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/widgets/hierarchical-menu/hierarchical-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ hierarchicalMenu({
* @property {number} [limit=10] How much facet values to get [*].
* @property {string} [separator=" > "] Separator used in the attributes to separate level values. [*].
* @property {string} [rootPath] Prefix path to use if the first level is not the root level.
* @property {string} [showParentLevel=false] Show the parent level of the current refined value.
* @property {boolean} [showParentLevel=false] Show the parent level of the current refined value.
* @property {string[]|function} [sortBy=['name:asc']] How to sort refinements. Possible values: `count|isRefined|name:asc|name:desc`.
*
* You can also use a sort function that behaves like the standard Javascript [compareFunction](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#Syntax).
Expand Down