You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/_includes/widget-jsdoc/rangeSlider.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
| Param | Description |
2
2
| --- | --- |
3
3
| <spanclass='attr-required'>`options.container`</span> | CSS Selector or DOMElement to insert the widget |
4
-
| <spanclass='attr-required'>`options.facetName`</span> | Name of the attribute for faceting |
4
+
| <spanclass='attr-required'>`options.attributeName`</span> | Name of the attribute for faceting |
5
5
| <spanclass='attr-optional'>`options.tooltips`</span> | Should we show tooltips or not. The default tooltip will show the formatted corresponding value without any other token. You can also provide tooltips: {format: function(formattedValue, rawValue) {return '$' + formattedValue}} So that you can format the tooltip display value as you want |
6
6
| <spanclass='attr-optional'>`options.templates`</span> | Templates to use for the widget |
0 commit comments