QueryList Component

In this article

Coveo for Salesforce 3.38 (August 2019)

The QueryList component displays every query made by a user or the agent who opened the case in 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>

transform

Function that tranforms a query of the list into a HTMLElement representation.

The default value is a span element, such as <span class="coveo-content">My Query</span>.

<span class="coveo-content">My Query</span>

userId

Identifies the user from which Clicked Documents are displayed.

This option is required.

Methods

This component doesn’t offer any method.

Usage

This component is included by default in the UserActions component.

<div class="CoveoUserActions"></div>