ClickedDocumentList Component
ClickedDocumentList Component
Coveo for Salesforce 3.38 (August 2019)
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.
It’s part of the UserActions component.
Options
numberOfItems
Number of clicked document displayed.
The default value is 4
.
The minimal value is 1
.
<div data-number-of-items="4"></div>
listLabel
Label of the list of the Clicked Documents.
The default value is Recent Clicked Documents
.
<div data-list-label="Recent Clicked Documents"></div>
template
Template used to display the Clicked Documents.
The default value is <a class="CoveoResultLink"></a>
.
<a class="CoveoResultLink"></a>
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.
<div class="CoveoUserActions"></div>