QuanticResultCopyToClipboard
QuanticResultCopyToClipboard
In this article
The QuanticResultCopyToClipboard
component allows the end user to copy a result’s details to clipboard.
Example
<c-quantic-result-copy-to-clipboard engine-id={engineId} result={result} text-template="${title}\n${clickUri}"></c-quantic-result-copy-to-clipboard>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
|
|
The ID of the engine instance the component registers to. |
|
|
|
|
The result to copy. |
|
|
|
|
The label to be displayed in the tooltip of the button. |
|
|
|
|
The label to be displayed in the tooltip of the button when the action is successful. |
|
|
|
|
The template used to generate the text to copy to clipboard. Use references to result fields to get their value. |
|
XML Configuration File Elements
The following XML configuration file elements apply (see XML Configuration File Elements).
Metadata | Value |
---|---|
|
|
|
|