QuanticFacetValue
QuanticFacetValue
The QuanticFacetValue
component is used by a facet component to display a formatted facet value and the number of results with that value.
Example
<c-quantic-facet-value onselectvalue={onSelect} item={result} is-checked={result.checked} display-as-link={displayAsLink} formatting-function={formattingFunction}></c-quantic-facet-value>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
|
|
The facet value to display. |
|
|
|
|
Whether the checkbox is checked. |
|
|
|
|
Whether the facet value should display as a link. |
|
|
|
|
A function used to format the displayed value. |
|
|
|
|
Whether the facet value belongs to a range facet. |
|
|
Custom Events
The component fires the following custom event:
-
selectvalue
XML Configuration File Elements
The following XML configuration file elements apply (see XML Configuration File Elements).
Metadata | Value |
---|---|
|
|
|
|
Associated Use Cases
This component is also relevant in the following use case: