Result of a distinct facet or a ranges facet.

interface ProductSearchFacetResultBucket {
    buckets: ProductSearchFacetResultBucketEntry[];
    name: string;
}

Hierarchy (View Summary)

Properties

Properties

Contains results of the facet.

name: string

Name of the facet.