UserActivity Component
UserActivity Component
Coveo for Salesforce 3.38 (August 2019)
The UserActivity
component displays every event that was recorded by a user or the agent who opened the case in the UserActions
Component.
Options
userId
Identifies the user from which Clicked Documents are displayed.
This option is required.
unfoldInclude
List of event cause to unfold. This option overrides the unfoldExclude option.
The default value is ['didyoumeanAutomatic','didyoumeanClick','omniboxAnalytics','omniboxFromLink','searchboxSubmit','searchFromLink','userActionsSubmit']
.
<div data-unfold-include="['didyoumeanAutomatic','didyoumeanClick','omniboxAnalytics','omniboxFromLink','searchboxSubmit','searchFromLink','userActionsSubmit']"></div>
unfoldExclude
List of event cause to fold. This option is overrided by the unfoldInclude option.
The default value is []
.
<div data-unfold-exlude="[]"></div>
Methods
This component doesn’t offer any method.
Usage
This component is included by default in the UserActions component.
<div class="CoveoUserActions"></div>