--- title: ClickedDocumentList component slug: '2979' canonical_url: https://docs.coveo.com/en/2979/ collection: coveo-for-salesforce source_format: adoc --- # ClickedDocumentList component The `ClickedDocumentList` component displays in a list every document that was clicked by a user or the agent who opened the case in the [`UserActions` Component](https://docs.coveo.com/en/2973/). It's part of the [UserActions component](https://docs.coveo.com/en/2973/). ## Options ### `numberOfItems` Number of clicked document displayed. The default value is `4`. The minimal value is `1`. ```xml
``` ### `listLabel` Label of the list of the Clicked Documents. The default value is `Recent Clicked Documents`. ```xml
``` ### `template` Template used to display the Clicked Documents. The default value is ``. ```xml ``` ### `userId` Identifies the user from which Clicked Documents are displayed. This option is required. ## Method This component doesn't offer any method. ## Usage This component is included by default in the [UserActions component](https://docs.coveo.com/en/2973/). ```xml
```