Variable facetResponseSelectorConst
facetResponseSelector: (
state: SearchSection & FacetSection,
facetId: string,
) => FacetResponse | undefined
Type declaration
- (
state: SearchSection & FacetSection,
facetId: string,
): FacetResponse | undefined Parameters
- state: SearchSection & FacetSection
- facetId: string
Returns FacetResponse | undefined