--- title: BoxResultAction component (Deprecated) slug: '1261' canonical_url: https://docs.coveo.com/en/1261/ collection: coveo-for-salesforce source_format: adoc --- # BoxResultAction component (Deprecated) > **Deprecated** > > This feature is still available, but no longer supported as of the August 2023 release of Coveo for Salesforce version [5.2](https://docs.coveo.com/en/n5bj0150#august-2023-release-v5-2-initial-release). This component is intended to be included inside a `BoxBody` [ResultList component](https://coveo.github.io/search-ui/components/resultlist.html). This component displays a small actionable button inside each result. When clicked, this button displays other sub component in a menu, such as the [`BoxQuickview` component](https://docs.coveo.com/en/1126/). Each of these sub-components are responsible for providing the logic that should be executed when they're selected. > **Note** > > For more information on how to implement your own custom actions inside this component, see [Create custom actions for a Coveo Insight Panel Classic Component or a custom box](https://docs.coveo.com/en/1079/). ## Options ### menuDelay This specifies the delay, in milliseconds, before the menu disappears when the user's mouse leaves the menu icon. The default value is `300`. ```xml
``` ### displayInline This specifies that components contained inside the `ResultAction` should instead be displayed inline, and not inside a clickable menu. The default value is `false`. ```xml
``` > **Important** > > When `displayInline` is set to `true`, icons are displayed to identify the actions. > Those icons are removed when `displayInline` is set to `false`. ## Methods This component doesn't provide any methods. ## Usage This component is intended to contain many other components. For example, this `BoxResultAction` would display a Quickview link when opened. ```xml
``` ## Components that can be included inside this component Out of the box, the framework comes with the following components: - [`BoxQuickview` component](https://docs.coveo.com/en/1126/) - [`BoxAttachToCase` component](https://docs.coveo.com/en/1214/)