--- title: QuanticResult slug: latest-insight-panel-result canonical_url: https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-result/ collection: quantic source_format: adoc --- # QuanticResult > **Note** > > This component was introduced in version `1.32.0`. The `QuanticResult` component is used internally by the `QuanticResultList` component. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `engineId` _(required)_ | `engine-id` a| The ID of the engine instance the component registers to. | `string` | | `result` _(required)_ | `result` a| The [result item](https://docs.coveo.com/en/headless/latest/reference/interfaces/Search.Result.html). | `Result` | | `resultTemplatesManager` _(required)_ | `result-templates-manager` a| The template manager from which to get registered custom templates. | `ResultTemplatesManager` | | `foldedResultListController` _(required)_ | `folded-result-list-controller` a| The folded result list controller responsible for executing the actions of the folded collection. | `FoldedResultList` | | `collection` _(required)_ | `collection` a| The folded collection containing the result and its children. | `FoldedCollection` | | `templateId` _(required)_ | `template-id` a| The id of the template that should be used to display the result. | `string` | |=== -- ## 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` | `53.0` | `isExposed` | `false` |=== -- ## Associated use cases This component is also relevant in the following use case: * [Search](https://docs.coveo.com/en/quantic/latest/reference/search-components/search-result)