--- title: QuanticResultAction slug: latest-insight-panel-result-action canonical_url: https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-result-action/ collection: quantic source_format: adoc --- # QuanticResultAction > **Note** > > This component was introduced in version `1.53.3`. The `QuanticResultAction` component allows the end user to perform a specific action on a result. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `label` _(required)_ | `label` a| The label displayed in the tooltip of the result action button. | `string` | | `selectedLabel` _(required)_ | `selected-label` a| The label displayed in the tooltip when the result action button is selected. | `string` | | `iconName` _(required)_ | `icon-name` a| The name of the icon displayed inside the result action button. | `string` | | `eventName` _(required)_ | `event-name` a| The name of the event to be dispatched. | `string` | | `result` _(required)_ | `result` a| The result to perform the action on. | `Result` | | `selectedIconName` _(required)_ | `selected-icon-name` a| The name of the icon displayed inside the result action button when the result action button is selected. | `string` | | `selected` _(required)_ | `selected` a| Specifies whether the result action button is in selected state or not. | `boolean` | | `loading` _(required)_ | `loading` a| Specifies whether the result action button is in loading state or not. | `boolean` | |=== -- ## 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` |=== -- ## 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-action)