QuanticResultCopyToClipboard

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

engineId (required)

engine-id

The ID of the engine instance the component registers to.

string

result (required)

result

The result to copy.

Result

label (required)

label

The label to be displayed in the tooltip of the button.

string

successLabel (required)

success-label

The label to be displayed in the tooltip of the button when the action is successful.

string

textTemplate (required)

text-template

The template used to generate the text to copy to clipboard. Use references to result fields to get their value.

string

XML Configuration File Elements

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

Metadata Value

apiVersion

55.0

isExposed

false