--- title: QuanticResultCopyToClipboard slug: latest-insight-panel-result-copy-to-clipboard canonical_url: https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-result-copy-to-clipboard/ collection: quantic source_format: adoc --- # QuanticResultCopyToClipboard > **Note** > > This component was introduced in version `1.55.0`. The `QuanticResultCopyToClipboard` component allows the end user to copy a result's details to clipboard. ## 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 to copy. | `Result` | | `label` _(required)_ | `label` a| The label to be displayed in the tooltip of the button. | `string` | | `successLabel` _(required)_ | `success-label` a| The label to be displayed in the tooltip of the button when the action is successful. | `string` | | `textTemplate` _(required)_ | `text-template` a| The template used to generate the text to copy to clipboard. Use references to result [fields](https://docs.coveo.com/en/2036/index-content/about-fields) to get their value. | `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` | `55.0` | `isExposed` | `false` |=== --