QuanticResultAction

The QuanticResultAction component allows the end user to perform a specific action on a result.

Example

<c-quantic-result-action result={result} event-name="attachtocase" icon-name="utility:chat" label="Attach result" selected selected-label="Detach result"></c-quantic-result-action>

Properties

Property Attribute Description Type Default

label (required)

label

The label displayed in the tooltip of the result action button.

string

selectedLabel (required)

selected-label

The label displayed in the tooltip when the result action button is selected.

string

iconName (required)

icon-name

The name of the icon displayed inside the result action button.

string

eventName (required)

event-name

The name of the event to be dispatched.

string

result (required)

result

The result to perform the action on.

Result

selectedIconName (required)

selected-icon-name

The name of the icon displayed inside the result action button when the result action button is selected.

string

selected (required)

selected

Specifies whether the result action button is in selected state or not.

boolean

loading (required)

loading

Specifies whether the result action button is in loading state or not.

boolean

XML Configuration File Elements

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

Metadata Value

apiVersion

55.0

isExposed

false

Associated Use Cases

This component is also relevant in the following use case: