selectExecutionResult()
Home > @gooddata/sdk-ui-dashboard > selectExecutionResult
selectExecutionResult() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
selectExecutionResult: (state: DashboardState, id: import("@reduxjs/toolkit").EntityId) => {
    id: string;
    isLoading: boolean;
    executionResult?: import("@gooddata/sdk-backend-spi").IExecutionResult | undefined;
    error?: import("@gooddata/sdk-ui").GoodDataSdkError | undefined;
    warnings?: import("@gooddata/sdk-model").IResultWarning[] | undefined;
}
Parameters
| Parameter | Type | Description | 
|---|---|---|
| state | ||
| id | import("@reduxjs/toolkit").EntityId | 
Returns:
{ id: string; isLoading: boolean; executionResult?: import("@gooddata/sdk-backend-spi").IExecutionResult | undefined; error?: import("@gooddata/sdk-ui").GoodDataSdkError | undefined; warnings?: import("@gooddata/sdk-model").IResultWarning[] | undefined; }