QuanticCategoryFacetValue

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

<c-quantic-category-facet-value onselectvalue={onSelect} item={result} is-search-result active-parent></c-quantic-category-facet-value>

Properties

Property Attribute Description Type Default

item (required)

item

The facet value to display.

CategoryFacetValue

isSearchResult

is-search-result

Whether the value is a facet search result.

boolean

false

activeParent

active-parent

Whether the value is an active parent node.

boolean

false

nonActiveParent

non-active-parent

Whether the value is a non-active parent node.

boolean

false

formattingFunction

formatting-function

A function used to format the displayed value.

function

undefined

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

apiVersion

53.0

isExposed

false

Associated Use Cases

This component is also relevant in the following use case: