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
| getUrl |`() => string \| undefined`|This function will be used to get the current url for a page instead of using the current href. |
35
-
| setUrl |`(newEncodedUrlState: string) => void`|This function will be called when any request state changes result in url changes. By default the window href will be set to the new url.|
36
-
| getStateFromUrl |`(urlString: string) => RequestConfigs`|This function will be called when parsing the current url string to a request state.|
37
-
| getUrlFromState |`(state: RequestConfigs, options: QueryParamEncodingOptions) => string`|This function will be called when converting the request state to a url string.|
38
-
| defaultQueryStringMap |`DefaultQueryStringMap`|Used to provide a mapping for what strings constructor api query parameters should use in url |
| cioClient |`Nullable<ConstructorIOClient>`| The [ConstructorIO](https://constructor-io.github.io/constructorio-client-javascript/ConstructorIO.html) client instance |
4
-
| cioClientOptions |`CioClientOptions`| The [ConstructorIO](https://constructor-io.github.io/constructorio-client-javascript/ConstructorIO.html) client options |
5
-
| setCioClientOptions |`React.Dispatch<CioClientOptions>`| The [ConstructorIO](https://constructor-io.github.io/constructorio-client-javascript/ConstructorIO.html) options setter |
6
-
| formatters |[Formatters](./?path=/docs/components-cioplp--props#formatters)| Data formatter functions for things like price, description, etc |
7
-
| itemFieldGetters |[ItemFieldGetters](./?path=/docs/components-cioplp--props#itemfieldgetters)| Data getter functions for things like price, description, etc |
8
-
| callbacks |[Callbacks](./?path=/docs/components-cioplp--props#callbacks)| Callback functions to be composed with the library's internal tracking calls |
| cioClient |`Nullable<ConstructorIOClient>`| The [ConstructorIO](https://constructor-io.github.io/constructorio-client-javascript/ConstructorIO.html) client instance |
4
+
| cioClientOptions |`CioClientOptions`| The [ConstructorIO](https://constructor-io.github.io/constructorio-client-javascript/ConstructorIO.html) client options |
5
+
| setCioClientOptions |`React.Dispatch<CioClientOptions>`| The [ConstructorIO](https://constructor-io.github.io/constructorio-client-javascript/ConstructorIO.html) options setter |
6
+
| formatters |[Formatters](./?path=/docs/components-cioplp--props#formatters)| Data formatter functions for things like price, description, etc |
7
+
| itemFieldGetters |[ItemFieldGetters](./?path=/docs/components-cioplp--props#itemfieldgetters)| Data getter functions for things like price, description, etc |
8
+
| urlHelpers |[UrlHelpers](./?path=/docs/components-cioplp--props#urlhelpers)| Url Helpers are used for managing the url and request state |
9
+
| callbacks |[Callbacks](./?path=/docs/components-cioplp--props#callbacks)| Callback functions to be composed with the library's internal tracking calls |
0 commit comments