QuanticFacetManager
QuanticFacetManager
In this article
The QuanticFacetManager
component acts as a container component allowing facets to be reordered dynamically as search queries are performed.
An item template element can be assigned to the itemTemplate
slot allowing to customize the element that wraps each facet.
Example
<c-quantic-facet-manager engine-id={engineId}>
<c-quantic-facet engine-id={engineId} field="type"></c-quantic-facet>
<c-quantic-facet engine-id={engineId} field="author"></c-quantic-facet>
<div slot="itemTemplate" class="slds-var-m-bottom_large"></div>
</c-quantic-facet-manager>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
|
|
The ID of the engine instance the component registers to. |
|
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: