parseListingParams
constparseListingParams: (params) =>ListingSearchState
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/product/facets.d.ts:70
Parse un-prefixed listing params (color=Red&sort=PRICE&dir=desc&page=2).
Parameters
Section titled “Parameters”params
Section titled “params”Iterable<[string, string]> | Record<string, string | string[] | undefined>