--- title: QuanticResultChildren slug: latest-result-template-result-children canonical_url: https://docs.coveo.com/en/quantic/latest/reference/result-template-components/result-template-result-children/ collection: quantic source_format: adoc --- # QuanticResultChildren > **Note** > > This component was introduced in version `2.21.0`. 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 ```html
Attached documents
``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `engineId` _(required)_ | `engine-id` a| The ID of the engine instance the component registers to. | `string` | | `collection` _(required)_ | `collection` a| The folded collection containing the result and its children. | `FoldedCollection` | | `templateId` _(required)_ | `template-id` a| The ID of the template used to display the child results. | `string` | | `foldedResultListController` _(required)_ | `folded-result-list-controller` a| The folded result list controller responsible for executing the actions of the folded collection. | `FoldedResultList` | | `resultTemplatesManager` _(required)_ | `result-templates-manager` a| 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](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_configuration_tags)). -- |=== | Metadata | Value | `apiVersion` | `56.0` | `isExposed` | `false` |=== --