GetConfigSwitcherHeaderParams
interface GetConfigSwitcherHeaderParams {
headers: Record<string, string>;
pathname: string;
searchParams: Record<string, string>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
headers | Required | Record<string, string> | Resolved Storefront headers |
pathname | Required | string | Resolved Storefront pathname |
searchParams | Required | Record<string, string> | Resolved Storefront search params |