QuanticResultChildren

The QuanticResultChildren component is responsible for displaying the child results of a given result. This component includes two slots, "before-children" and "after-children", which allow for rendering content before and after the list of children, only when children exist.

Example

<c-quantic-result-children engine-id={engineId} collection={collection} template-id="example-template-id" folded-result-list-controller={foldedResultListController} result-templates-manager={resultTemplatesManager}>
  <div slot="before-children">Attached documents</div>
</c-quantic-result-children>

Properties

Property Attribute Description Type Default

engineId (required)

engine-id

The ID of the engine instance the component registers to.

string

collection (required)

collection

The folded collection containing the result and its children.

FoldedCollection

templateId (required)

template-id

The ID of the template used to display the child results.

string

foldedResultListController (required)

folded-result-list-controller

The folded result list controller responsible for executing the actions of the folded collection.

FoldedResultList

resultTemplatesManager (required)

result-templates-manager

The template manager from which to get registered custom templates.

ResultTemplatesManager

XML Configuration File Elements

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

Metadata Value

apiVersion

56.0

isExposed

false