QuanticResult

The QuanticResult component is used internally by the QuanticResultList component.

Example

<c-quantic-result engine-id={engineId} result={result} result-templates-manager={resultTemplatesManager}></c-quantic-result>

Properties

Property Attribute Description Type Default

engineId (required)

engine-id

The ID of the engine instance the component registers to.

string

result (required)

result

Result

resultTemplatesManager (required)

result-templates-manager

The template manager from which to get registered custom templates.

ResultTemplatesManager

foldedResultListController (required)

folded-result-list-controller

The folded result list controller responsible for executing the actions of the folded collection.

FoldedResultList

collection (required)

collection

The folded collection containing the result and its children.

FoldedCollection

templateId (required)

template-id

The id of the template that should be used to display the result.

string

XML Configuration File Elements

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

Metadata Value

apiVersion

53.0

isExposed

false

Associated Use Cases

This component is also relevant in the following use case: