Skip to content

Commit

Permalink
chore(docs): hierarchicalMenu - showParentLevel is boolean (#2506)
Browse files Browse the repository at this point in the history
see #2505
  • Loading branch information
Haroenv authored and bobylito committed Oct 20, 2017
1 parent 28fc3ce commit e79ce14
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e79ce14

Please sign in to comment.