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
* @param {string} [options.urlSync.trackedParameters] Parameters that will be synchronized in the URL. By default, it will track the query, all the refinable attribute (facets and numeric filters), the index and the page.
23
-
* @param {string} [options.urlSync.useHash] If set to true, the url will be hash based. Otherwise, it'll use the query parameters using the modern history API.
24
-
* @param {string} [options.urlSync.threshold] Time in ms after which a new state is created in the browser history. The default value is 700.
23
+
* @param {string} [options.urlSync.trackedParameters] Parameters that will
24
+
* be synchronized in the URL. By default, it will track the query, all the
25
+
* refinable attribute (facets and numeric filters), the index and the page.
26
+
* @param {string} [options.urlSync.useHash] If set to true, the url will be
27
+
* hash based. Otherwise, it'll use the query parameters using the modern
28
+
* history API.
29
+
* @param {string} [options.urlSync.threshold] Time in ms after which a new
30
+
* state is created in the browser history. The default value is 700.
0 commit comments