Alokai

GetConfigSwitcherHeaderParams

interface GetConfigSwitcherHeaderParams {
	headers: Record<string, string>;
	pathname: string;
	searchParams: Record<string, string>;
}

Properties

NameRequiredTypeDescription
headersRequiredRecord<string, string>Resolved Storefront headers
pathnameRequiredstringResolved Storefront pathname
searchParamsRequiredRecord<string, string>Resolved Storefront search params

On this page