QuanticResultChildren
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 |
---|---|---|---|---|
|
|
The ID of the engine instance the component registers to. |
|
|
|
|
The folded collection containing the result and its children. |
|
|
|
|
The ID of the template used to display the child results. |
|
|
|
|
The folded result list controller responsible for executing the actions of the folded collection. |
|
|
|
|
The template manager from which to get registered custom templates. |
|
XML Configuration File Elements
The following XML configuration file elements apply (see XML Configuration File Elements).
Metadata | Value |
---|---|
|
|
|
|