Rich Result
The Rich Result component allows you to display the result of a Runnable. It tries to display the result in a human-readable way.
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:
App Editor Documentation
The app editor is a low-code builder to create custom User Interfaces with a mix of drag-and-drop and code.
Apps Quickstart
Learn how to build your first app in a matter of minutes.
Rich Result configuration
Name | Type | Connectable | Templatable | Default | Description |
---|---|---|---|---|---|
Data Source | true | {"foo": 42} | The data source to display results. |
Outputs
Name | Type | Description |
---|---|---|
result | The result of the runnable. | |
loading | boolean | The loading state of the component. |