QuanticRecentResultsList

The QuanticRecentResultsList component displays the current user’s recently clicked results.

Example

<c-quantic-recent-results-list engine-id={engineId} max-length="8" label="Recently Viewed Results" is-collapsed></c-quantic-recent-results-list>

Properties

Property Attribute Description Type Default

engineId (required)

engine-id

The ID of the engine instance the component registers to.

string

maxLength (required)

max-length

The maximum number of queries to keep in the list.

number

label (required)

label

The non-localized label for the component. This label is displayed in the component header.

string

target

target

Where to display the linked URLs, as the name for a browsing context (a tab, window, or <iframe>). The following keywords have special meanings for where to load the URL:

  • _self: the current browsing context. (Default)

  • _blank: usually a new tab, but users can configure their browsers to open a new window instead.

  • _parent: the parent of the current browsing context. If there’s no parent, this behaves as _self.

  • _top: the topmost browsing context (the "highest" context that’s an ancestor of the current one). If there are no ancestors, this behaves as _self.

string

'_self'

isCollapsed

is-collapsed

Whether the component is collapsed.

boolean

false

XML Configuration File Elements

The following XML configuration file elements apply (see XML Configuration File Elements).

Metadata Value

apiVersion

53.0

isExposed

false