Skip to content

Interface: IActionResult

A designer-facing interface that that provides access to action results

Hierarchy

  • IActionResult

Summary

Properties

Class Properties

Inherited Properties

Properties

data

data: any

Data from the action. Depending on the action, it may or may not be set. It can be set for any action type


enabled

enabled: boolean

Whether or not the action is enabled.


error

error: any

An error thrown during the execution of a failed or invalid action. The error.message contains the error message. For an online OData action or a REST service action, the error object may contain the error information from the backend. In this case, the error.responseCode and error.responseBody contain the HTTP status code and the JSON string of the error response returned by the backend respectively. See the example.


status

status: ActionExecutionStatus

The status of the action.