atomic-result-printable-uri

This is for:

Developer
In this article
Warning

Atomic v2 is an older major version. For new implementations, use Atomic v3.

Note

This component was introduced in version 1.0.4.

See Display results to learn more about customizing your result templates.

The atomic-result-printable-uri component displays the URI, or path, to access a result.

Properties

Property Attribute Description Type Default

maxNumberOfParts

max-number-of-parts

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

number

5

Slots

Slots let you write custom HTML at a specific place inside a web component.

Slot Description

attributes

Lets you pass attributes down to anchor elements, overriding other attributes. To be used exclusively in anchor elements, such as: <a slot="attributes" target="_blank" download></a>.