-
Lightning Components
- AgentPanel Lightning Component
- Base Lightning Component
- CaseCreation Lightning Component
- CaseDeflection Lightning Component
- ClickedDocumentList Lightning Component
- CommunitySearch Lightning Component
- CommunitySearchBox Lightning Component
- FullSearch Lightning Component
- PageViewTracker Lightning Component
- QueryList Lightning Component
- Searchbox Lightning Component
- Search Lightning Component
- SearchUI Lightning Component
- UserActivity Lightning Component
- VisitorIdAccessor Lightning 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>
What's Next for Me?