Skip to content

Commit

Permalink
chore(doc): fix item template variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex S committed Oct 21, 2017
1 parent e79ce14 commit 8c2f36b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ numericRefinementList({
/**
* @typedef {Object} NumericRefinementListTemplates
* @property {string|function} [header] Header template.
* @property {string|function} [item] Item template, provided with `name`, `isRefined`, `url` data properties.
* @property {string|function} [item] Item template, provided with `label` (the name in the configuration), `isRefined`, `url`, `value` (the setting for the filter) data properties.
* @property {string|function} [footer] Footer template.
*/

Expand Down

0 comments on commit 8c2f36b

Please sign in to comment.