Preparing search index...
The search index is not available
@bloomreach/discovery-web-sdk
@bloomreach/discovery-web-sdk
SearchResponseFacetCountsFacetsCommonFacet
Interface SearchResponseFacetCountsFacetsCommonFacet
Facet V3: Represents the common facet in the search response.
interface
SearchResponseFacetCountsFacetsCommonFacet
{
name
:
string
;
type
:
"number"
|
"text"
;
value
:
{
count
:
number
;
name
:
string
;
}
[]
;
}
Index
Properties
name
type
value
Properties
name
name
:
string
type
type
:
"number"
|
"text"
value
value
:
{
count
:
number
;
name
:
string
;
}
[]
Type declaration
count
:
number
name
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
name
type
value
@bloomreach/discovery-web-sdk
Loading...
Facet V3: Represents the common facet in the search response.