QuanticResultPrintableUri (Deprecated)

Warning

Quantic v1 has been deprecated. We recommend using the latest version of the Coveo Quantic library.

Note

This component was introduced in version 1.6.1.0.

The QuanticResultPrintableUri component displays the URI, or path, to access a result.

Example

<c-quantic-result-printable-uri result={result} max-number-of-parts="3"></c-quantic-result-printable-uri>

Properties

Property Attribute Description Type Default

result (required)

result

Result

maxNumberOfParts

max-number-of-parts

The maximum number of URI parts to display. This has to be over the minimum of 3 in order to be effective. Putting Infinity will disable the ellipsis.

number

5

target

target

Where to display the linked URL, 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'

XML Configuration File Elements

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

Metadata Value

apiVersion

53.0

isExposed

false