QuanticResultText
QuanticResultText
In this article
The QuanticResultText
component displays a given result field value.
Make sure the field specified in this component is also included in the field array for the relevant template. See the this example: Quantic usage.
Example
<template if:true={result.raw.source}>
<c-quantic-result-text result={result} label="Source" field="source"></c-quantic-result-text>
</template>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
|
|
The result item to use. |
|
|
|
|
(Optional) The label to display. |
|
|
|
|
The field whose values you want to display. |
|
|
|
|
The function used to format the displayed value. |
|
XML Configuration File Elements
The following XML configuration file elements apply (see XML Configuration File Elements).
Metadata | Value |
---|---|
|
|
|
|