QuanticFacetManager

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

engineId (required)

engine-id

The ID of the engine instance the component registers to.

string

XML Configuration File Elements

The following XML configuration file elements apply (see XML Configuration File Elements).

Metadata Value

apiVersion

53.0

isExposed

false