atomic-result-multi-value-text
atomic-result-multi-value-text
This is for:
DeveloperSee Display results to learn more about customizing your result templates.
The atomic-result-multi-value-text
component renders the values of a multi-value string field.
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
|
|
The delimiter used to separate values when the field isn’t indexed as a multi value field. |
|
|
|
|
The field that the component should use.
The component will try to find this field in the |
|
|
|
|
The maximum number of field values to display. If there are n more values than the specified maximum, the last displayed value will be "n more…". |
|
|
Slots
Slots let you write custom HTML at a specific place inside a web component.
Slot | Description |
---|---|
|
A custom caption value that’s specified for a given part of a multi-text field value. For example, if you want to use |
Shadow Parts
Part | Description |
---|---|
|
The list of field values. |
|
The separator to display between each of the field values. |
|
A field value. |
|
A label indicating some values were omitted. |