--- title: QuanticFacetCaption slug: latest-insight-panel-facet-caption canonical_url: https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-facet-caption/ collection: quantic source_format: adoc --- # QuanticFacetCaption > **Note** > > This component was introduced in version `2.17.3`. The `QuanticFacetCaption` allows to override a textual facet value caption. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `value` _(required)_ | `value` a| The facet value to which the custom caption is applied. The value is case-sensitive. | `string` | | `caption` _(required)_ | `caption` a| The caption to display in the facet. | `string` | | `captions` _(required)_ | `captions` a| Gets the custom captions provided by this component as an object. | `Record.` | |=== -- ## 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` | `56.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-facet-caption)