Skip to main content

Rich Result

The Rich Result component allows you to display the result of a Runnable.

Rich Result

The following section details Rich Result component's specific settings. For more details on the App editor, check the dedicated documentation or the App editor Quickstart:

Rich Result configuration

NameTypeConnectableTemplatableDefaultDescription
Data Sourcetrue{"foo": 42}The data source to display results.

Controls

This component can be controlled by frontend scripts using these functions:

NameParametersDescriptionExample
setValueid: string, value: anyManually set or force the value of a component.setValue(id: 'a', value: 17)

Outputs

NameTypeDescription
resultThe result of the runnable.
loadingbooleanThe loading state of the component.