--- title: QuanticCategoryFacetValue slug: latest-insight-panel-category-facet-value canonical_url: https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-category-facet-value/ collection: quantic source_format: adoc --- # QuanticCategoryFacetValue > **Note** > > This component was introduced in version `1.32.0`. The `QuanticCategoryFacetValue` component is used by a `QuanticCategoryFacet` component to display a formatted facet value, path to that value and the number of results with that value. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `item` _(required)_ | `item` a| The [facet value](https://docs.coveo.com/en/headless/latest/reference/interfaces/Search.CategoryFacetValue.html) to display. | `CategoryFacetValue` | | `isSearchResult` | `is-search-result` a| Whether the value is a facet search result. | `boolean` | `false` | `activeParent` | `active-parent` a| Whether the value is an active parent node. | `boolean` | `false` | `nonActiveParent` | `non-active-parent` a| Whether the value is a non-active parent node. | `boolean` | `false` | `formattingFunction` | `formatting-function` a| A function used to format the displayed value. | `function` | `undefined` |=== -- ## Custom events The component fires the following custom event: * `quantic__selectvalue` ## XML configuration file elements The following XML configuration file elements apply (see [XML Configuration File Elements](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_configuration_tags)). -- |=== | Metadata | Value | `apiVersion` | `53.0` | `isExposed` | `false` |=== -- ## Associated use cases This component is also relevant in the following use case: * [Search](https://docs.coveo.com/en/quantic/latest/reference/search-components/search-category-facet-value)